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-error.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'libpqpp/pq-error.h') diff --git a/libpqpp/pq-error.h b/libpqpp/pq-error.h index 08d86b9..9c14e2d 100644 --- a/libpqpp/pq-error.h +++ b/libpqpp/pq-error.h @@ -2,20 +2,19 @@ #define PQ_ERROR_H #include -#include #include +#include namespace PQ { class Error : public AdHoc::Exception { - public: - explicit Error(const PGconn *); + public: + explicit Error(const PGconn *); - std::string message() const noexcept override; + std::string message() const noexcept override; - private: - std::string msg; + private: + std::string msg; }; } #endif - -- cgit v1.2.3