summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2016-03-11 00:09:13 +0000
committerMaxime Coste <frrrwww@gmail.com>2016-03-11 00:09:13 +0000
commit428b18c0c186a6c74b2e9276f14d6f33f601bbc1 (patch)
treed6eb02747821d4e4bb619f9a256798483b40ac94 /src/input_handler.cc
parentd554af7f0ee50cc86b736fc2a1ab7657d28b00c1 (diff)
Formatting fix
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index b1e71ed3..953cdc23 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -1302,9 +1302,8 @@ void InputHandler::prompt(StringView prompt, String initstr,
Face prompt_face, Completer completer,
PromptCallback callback)
{
- push_mode(new InputModes::Prompt(*this, prompt, initstr,
- prompt_face, completer,
- callback));
+ push_mode(new InputModes::Prompt(*this, prompt, initstr, prompt_face,
+ completer, callback));
}
void InputHandler::set_prompt_face(Face prompt_face)