From db6edcd473a684420e9a7611b24462df21165c1b Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 24 Apr 2022 17:13:52 +0200 Subject: style: improve function and brace styling --- src/interfaces/argument_parser.hpp | 12 +++++++----- src/interfaces/cursor.hpp | 8 ++++---- src/interfaces/game.hpp | 6 ++++-- src/interfaces/input.hpp | 7 ++++--- src/interfaces/publisher.hpp | 11 ++++++----- src/interfaces/randomization.hpp | 4 ++-- src/interfaces/scene.hpp | 3 ++- src/interfaces/status_updater.hpp | 3 ++- src/interfaces/statusline.hpp | 9 ++++++--- 9 files changed, 37 insertions(+), 26 deletions(-) (limited to 'src/interfaces') diff --git a/src/interfaces/argument_parser.hpp b/src/interfaces/argument_parser.hpp index 8769698..d2dfb03 100644 --- a/src/interfaces/argument_parser.hpp +++ b/src/interfaces/argument_parser.hpp @@ -18,9 +18,11 @@ class IArgumentParser public: virtual ~IArgumentParser() noexcept = default; - virtual auto parse(const std::vector