style tweak

This commit is contained in:
Maxime Coste 2011-10-19 18:54:20 +00:00
parent 712577b88e
commit ad6ee464f4

View File

@ -180,7 +180,7 @@ std::string prompt(const std::string& text, Completer completer = NullCompletion
int current_completion = -1;
std::string text_before_completion;
while(true)
while (true)
{
char c = getch();
switch (c)