From d77f801dc01c5e30c0d96e907c8ac14f23d7b630 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 18 Nov 2020 16:54:48 +0000 Subject: Clang format --- libmysqlpp/my-selectcommand.h | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'libmysqlpp/my-selectcommand.h') diff --git a/libmysqlpp/my-selectcommand.h b/libmysqlpp/my-selectcommand.h index b9a0edc..9613731 100644 --- a/libmysqlpp/my-selectcommand.h +++ b/libmysqlpp/my-selectcommand.h @@ -1,26 +1,24 @@ #ifndef MY_SELECTCOMMAND_H #define MY_SELECTCOMMAND_H -#include #include "my-command.h" +#include namespace MySQL { class Connection; class ColumnBase; class SelectCommand : public DB::SelectCommand, public Command { - public: - SelectCommand(const Connection *, const std::string & sql); + public: + SelectCommand(const Connection *, const std::string & sql); - bool fetch() override; - void execute() override; + bool fetch() override; + void execute() override; - private: - bool prepared; - bool executed; - Binds fields; + private: + bool prepared; + bool executed; + Binds fields; }; } #endif - - -- cgit v1.2.3