diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-07-07 13:59:53 +0900 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-07-07 13:59:53 +0900 |
| commit | b51d19bfaaade779fa814deb9d110ba5658ea538 (patch) | |
| tree | 22cf9802af2079cbf981a47ac46d73bca22a771e /src/buffer.hh | |
| parent | 6604aa66f715121e1e5757fed84f31d60eddaad9 (diff) | |
Formatting fixes
Diffstat (limited to 'src/buffer.hh')
| -rw-r--r-- | src/buffer.hh | 2 |
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); |
