mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-28 06:08:05 +03:00
Indent fix
This commit is contained in:
parent
8c843f5bea
commit
8e6cfd3f09
@ -14,10 +14,10 @@ class Scope
|
||||
{
|
||||
public:
|
||||
Scope(Scope& parent)
|
||||
: m_options(parent.options()),
|
||||
m_hooks(parent.hooks()),
|
||||
m_keymaps(parent.keymaps()),
|
||||
m_aliases(parent.aliases()) {}
|
||||
: m_options(parent.options()),
|
||||
m_hooks(parent.hooks()),
|
||||
m_keymaps(parent.keymaps()),
|
||||
m_aliases(parent.aliases()) {}
|
||||
|
||||
OptionManager& options() { return m_options; }
|
||||
const OptionManager& options() const { return m_options; }
|
||||
|
Loading…
Reference in New Issue
Block a user