diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-12-03 19:48:53 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-12-03 19:49:09 +0000 |
| commit | a443ff7ea6fb9da8446752cc6b3db234d4bc6255 (patch) | |
| tree | ffe281b1944fc72f62f77f4708c8526d0fd0a090 /src/normal.cc | |
| parent | df57870470c0249b59f9203c16ddb7b8f3375d8e (diff) | |
indent fixes
Diffstat (limited to 'src/normal.cc')
| -rw-r--r-- | src/normal.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/normal.cc b/src/normal.cc index e6e101e7..0b50195d 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -251,8 +251,8 @@ void command(Context& context, int) ":", get_color("Prompt"), std::bind(&CommandManager::complete, &CommandManager::instance(), _1, _2, _3, _4), [](const String& cmdline, PromptEvent event, Context& context) { - if (event == PromptEvent::Validate) - CommandManager::instance().execute(cmdline, context); + if (event == PromptEvent::Validate) + CommandManager::instance().execute(cmdline, context); }); } |
