summaryrefslogtreecommitdiff
path: root/src/scope.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2015-02-14 23:28:09 +0000
committerMaxime Coste <frrrwww@gmail.com>2015-02-14 23:28:09 +0000
commit8e6cfd3f09c979b36e2b19c101de93526d4998d6 (patch)
tree40d821b14eb05c142864109b76f3cf1104121e21 /src/scope.hh
parent8c843f5bead8bbe459c8532a8c9b1cac7b811fb8 (diff)
Indent fix
Diffstat (limited to 'src/scope.hh')
-rw-r--r--src/scope.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/scope.hh b/src/scope.hh
index 5cc63b28..dee1956a 100644
--- a/src/scope.hh
+++ b/src/scope.hh
@@ -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; }