diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-04-09 16:28:13 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-04-09 16:28:13 +0100 |
| commit | cfd071b2ad217cd9d12c231a5b238fc0b3ba4d15 (patch) | |
| tree | 5025a0f9580abceac7d44eade787acc6e81d6a7d /src | |
| parent | da09da29c42b76d25b69e448814637e19a899740 (diff) | |
small code formatting fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/scope.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scope.hh b/src/scope.hh index dee1956a..a27d5fce 100644 --- a/src/scope.hh +++ b/src/scope.hh @@ -15,9 +15,9 @@ class Scope public: Scope(Scope& parent) : m_options(parent.options()), - m_hooks(parent.hooks()), - m_keymaps(parent.keymaps()), - m_aliases(parent.aliases()) {} + m_hooks(parent.hooks()), + m_keymaps(parent.keymaps()), + m_aliases(parent.aliases()) {} OptionManager& options() { return m_options; } const OptionManager& options() const { return m_options; } |
