From 182c8f8357739f905bbd721006480502435b6b43 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 27 Nov 2022 12:04:31 -0800 Subject: Update brace style to match rest of my projects --- app/source/Cplt/Model/Workflow/Values/Database.hpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'app/source/Cplt/Model/Workflow/Values/Database.hpp') diff --git a/app/source/Cplt/Model/Workflow/Values/Database.hpp b/app/source/Cplt/Model/Workflow/Values/Database.hpp index f1c1571..cacbb1a 100644 --- a/app/source/Cplt/Model/Workflow/Values/Database.hpp +++ b/app/source/Cplt/Model/Workflow/Values/Database.hpp @@ -4,8 +4,7 @@ #include #include -class DatabaseRowIdValue : public BaseValue -{ +class DatabaseRowIdValue : public BaseValue { private: TableKind mTable; int64_t mRowId; @@ -18,8 +17,7 @@ public: int64_t GetRowId() const; }; -class SaleDatabaseRowValue : public BaseObjectValue -{ +class SaleDatabaseRowValue : public BaseObjectValue { private: int mCustomerId; TextValue mCustomerName; @@ -34,8 +32,7 @@ public: virtual bool SetProperty(int idx, std::unique_ptr value); }; -class PurchaseDatabaseRowValue : public BaseObjectValue -{ +class PurchaseDatabaseRowValue : public BaseObjectValue { private: int mFactoryId; TextValue mFactoryName; -- cgit v1.2.3-70-g09d2