From ad6ee464f4845a85c62702a5132cdcf1a19f7f1e Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 19 Oct 2011 18:54:20 +0000 Subject: [PATCH] style tweak --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)