Formatting fix

This commit is contained in:
Maxime Coste 2016-03-11 00:09:13 +00:00
parent d554af7f0e
commit 428b18c0c1

View File

@ -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)