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/Evaluation.hpp | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'app/source/Cplt/Model/Workflow/Evaluation.hpp') diff --git a/app/source/Cplt/Model/Workflow/Evaluation.hpp b/app/source/Cplt/Model/Workflow/Evaluation.hpp index 5b8c6cc..2cd0e53 100644 --- a/app/source/Cplt/Model/Workflow/Evaluation.hpp +++ b/app/source/Cplt/Model/Workflow/Evaluation.hpp @@ -7,17 +7,14 @@ #include #include -class WorkflowEvaluationError -{ +class WorkflowEvaluationError { public: - enum MessageType : int16_t - { + enum MessageType : int16_t { Error, Warning, }; - enum PinType : int16_t - { + enum PinType : int16_t { NoPin, InputPin, OutputPin, @@ -37,8 +34,7 @@ public: std::string Format() const; }; -class WorkflowEvaluationContext -{ +class WorkflowEvaluationContext { private: struct RuntimeNode; struct RuntimeConnection; -- cgit v1.2.3-70-g09d2