Fixed feed command and white space in tests
[open-adventure.git] / misc.c
diff --git a/misc.c b/misc.c
index b4869d8568d4f2ac5b46b4b25caac491eccde1af..c219cfb059ec4b1f38570e208f1c7e498fd7fe45 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -402,7 +402,7 @@ bool yes(const char* question, const char* yes_response, const char* no_response
     for (;;) {
         speak(question);
 
-        char*        reply = get_input();
+        char* reply = get_input();
         if (reply == NULL) {
             // LCOV_EXCL_START
             // Should be unreachable. Reply should never be NULL