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-prepared.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'libpqpp/pq-prepared.h') diff --git a/libpqpp/pq-prepared.h b/libpqpp/pq-prepared.h index 6b6dff1..6d32f5f 100644 --- a/libpqpp/pq-prepared.h +++ b/libpqpp/pq-prepared.h @@ -5,14 +5,13 @@ namespace PQ { class PreparedStatement : public Command { - protected: - PreparedStatement(Connection *, const std::string &, const DB::CommandOptionsCPtr &); - virtual ~PreparedStatement() = default; + protected: + PreparedStatement(Connection *, const std::string &, const DB::CommandOptionsCPtr &); + virtual ~PreparedStatement() = default; - const char * prepare() const; - mutable const char * pstmt; + const char * prepare() const; + mutable const char * pstmt; }; } #endif - -- cgit v1.2.3