aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/statusline.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/statusline.hpp')
-rw-r--r--src/interfaces/statusline.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/interfaces/statusline.hpp b/src/interfaces/statusline.hpp
index 2b61d24..ca2a617 100644
--- a/src/interfaces/statusline.hpp
+++ b/src/interfaces/statusline.hpp
@@ -28,8 +28,7 @@ public:
virtual void set_status(
const StatusLineSection &section,
const std::string_view &status,
- std::size_t start = 1UL
- ) noexcept = 0;
+ std::size_t start = 1UL) noexcept = 0;
virtual void
set_section_length(const StatusLineSection &section, uint32_t length) noexcept = 0;
@@ -37,5 +36,4 @@ public:
using IStatusLineFactory = yacppdic::Factory<std::unique_ptr<IStatusLine>(
const std::shared_ptr<ICursorController> &cursor_controller,
- const std::shared_ptr<IWindow> &window
-)>;
+ const std::shared_ptr<IWindow> &window)>;