From 3bfa3dafe335479aade55507719071f7dceb0d8c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 18 Nov 2020 16:55:18 +0000 Subject: Clang format --- libpqpp/pq-selectbase.h | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'libpqpp/pq-selectbase.h') diff --git a/libpqpp/pq-selectbase.h b/libpqpp/pq-selectbase.h index bda6348..87dcc9d 100644 --- a/libpqpp/pq-selectbase.h +++ b/libpqpp/pq-selectbase.h @@ -1,25 +1,24 @@ #ifndef PQ_SELECTBASE_H #define PQ_SELECTBASE_H +#include "pq-command.h" #include #include -#include "pq-command.h" namespace PQ { class SelectBase : public DB::SelectCommand { friend class Column; - protected: - SelectBase(const std::string & sql, const PQ::CommandOptionsCPtr & pqco); - ~SelectBase(); + protected: + SelectBase(const std::string & sql, const PQ::CommandOptionsCPtr & pqco); + ~SelectBase(); - void createColumns(PGresult *); + void createColumns(PGresult *); - unsigned int nTuples, tuple; - PGresult * execRes; - bool binary; + unsigned int nTuples, tuple; + PGresult * execRes; + bool binary; }; } #endif - -- cgit v1.2.3