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/Template/Template_RTTI.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'app/source/Cplt/Model/Template/Template_RTTI.cpp') diff --git a/app/source/Cplt/Model/Template/Template_RTTI.cpp b/app/source/Cplt/Model/Template/Template_RTTI.cpp index a96680b..40403ab 100644 --- a/app/source/Cplt/Model/Template/Template_RTTI.cpp +++ b/app/source/Cplt/Model/Template/Template_RTTI.cpp @@ -3,8 +3,7 @@ #include #include -const char* Template::FormatKind(Kind kind) -{ +const char* Template::FormatKind(Kind kind) { switch (kind) { case KD_Table: return I18N_TEXT("Table template", L10N_TEMPLATE_TABLE); @@ -13,8 +12,7 @@ const char* Template::FormatKind(Kind kind) return ""; } -std::unique_ptr