diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2011-10-19 18:54:20 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2011-10-19 18:54:20 +0000 |
| commit | ad6ee464f4845a85c62702a5132cdcf1a19f7f1e (patch) | |
| tree | 0bdeae9b8d2f3f3101ef6eec5ff129093a8145a7 /src | |
| parent | 712577b88ec00ef4a7d86afccf748e2ec8546dd1 (diff) | |
style tweak
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc index 104721fc..92d26a52 100644 --- a/src/main.cc +++ b/src/main.cc @@ -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) |
