summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-07-07 13:59:53 +0900
committerMaxime Coste <mawww@kakoune.org>2017-07-07 13:59:53 +0900
commitb51d19bfaaade779fa814deb9d110ba5658ea538 (patch)
tree22cf9802af2079cbf981a47ac46d73bca22a771e /src/buffer.hh
parent6604aa66f715121e1e5757fed84f31d60eddaad9 (diff)
Formatting fixes
Diffstat (limited to 'src/buffer.hh')
-rw-r--r--src/buffer.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.hh b/src/buffer.hh
index d2679ba1..ee03c0a0 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -215,8 +215,8 @@ public:
// Methods called by the buffer manager
void on_registered();
void on_unregistered();
-private:
+private:
void on_option_changed(const Option& option) override;
BufferCoord do_insert(BufferCoord pos, StringView content);