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/game/statusline.hpp | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/game/statusline.hpp') diff --git a/src/game/statusline.hpp b/src/game/statusline.hpp index 9e85008..66ce2c4 100644 --- a/src/game/statusline.hpp +++ b/src/game/statusline.hpp @@ -17,13 +17,17 @@ constexpr uint32_t STATUSBAR_COLOR = 0x1A1A1AU; class StatusLine : public IStatusLine { public: - StatusLine(std::shared_ptr cursor_controller, - std::shared_ptr window) noexcept; + StatusLine( + std::shared_ptr cursor_controller, + std::shared_ptr window + ) noexcept; void initialize_background() noexcept override; - void set_status(StatusLineSection section, - const std::string_view &str) noexcept override; + void set_status( + StatusLineSection section, + const std::string_view &status_str + ) noexcept override; private: std::unordered_map _sections_lengths; -- cgit v1.2.3-18-g5258