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-error.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'libmysqlpp/my-error.h') diff --git a/libmysqlpp/my-error.h b/libmysqlpp/my-error.h index b48c4a6..85fff63 100644 --- a/libmysqlpp/my-error.h +++ b/libmysqlpp/my-error.h @@ -2,20 +2,19 @@ #define MY_ERROR_H #include -#include #include +#include namespace MySQL { class Error : public AdHoc::Exception { - public: - explicit Error(MYSQL_STMT *); - explicit Error(MYSQL *); - std::string message() const noexcept override; + public: + explicit Error(MYSQL_STMT *); + explicit Error(MYSQL *); + std::string message() const noexcept override; - private: - std::string msg; + private: + std::string msg; }; } #endif - -- cgit v1.2.3