From 22e0839fd6912b888b7c3c790573aef1f5df3936 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 18 Nov 2020 16:55:04 +0000 Subject: Clang format --- libodbcpp/odbc-modifycommand.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'libodbcpp/odbc-modifycommand.h') diff --git a/libodbcpp/odbc-modifycommand.h b/libodbcpp/odbc-modifycommand.h index 3993d63..de3f7e0 100644 --- a/libodbcpp/odbc-modifycommand.h +++ b/libodbcpp/odbc-modifycommand.h @@ -1,17 +1,16 @@ #ifndef ODBC_MODIFYCOMMAND_H #define ODBC_MODIFYCOMMAND_H -#include #include "odbc-command.h" +#include namespace ODBC { class ModifyCommand : public Command, public DB::ModifyCommand { - public: - ModifyCommand(const Connection &, const std::string & sql); - // Execute the command and return effected row count - unsigned int execute(bool allowNoChange = true) override; + public: + ModifyCommand(const Connection &, const std::string & sql); + // Execute the command and return effected row count + unsigned int execute(bool allowNoChange = true) override; }; } #endif - -- cgit v1.2.3