style tweak
This commit is contained in:
parent
712577b88e
commit
ad6ee464f4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user