From 5ff1709a9e039ec155caecd6d0ea3c512f4be3cb Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 8 Oct 2023 14:44:46 +0100 Subject: Reformat with new clang-format --- libpqpp/pq-cursorselectcommand.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libpqpp/pq-cursorselectcommand.h') diff --git a/libpqpp/pq-cursorselectcommand.h b/libpqpp/pq-cursorselectcommand.h index 36070bc..681659c 100644 --- a/libpqpp/pq-cursorselectcommand.h +++ b/libpqpp/pq-cursorselectcommand.h @@ -8,6 +8,7 @@ namespace PQ { class Connection; + class CursorSelectCommand : public SelectBase, public Command { public: CursorSelectCommand( -- cgit v1.2.3