Various cleanups.
[open-adventure.git] / misc.c
diff --git a/misc.c b/misc.c
index 59c33bdf847819e8562ca040cb9866ff61196c7f..b10a76857b6d845376049a4c47b0e7e0d13dc043 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -242,7 +242,7 @@ void vspeak(const char* msg, va_list ap)
         }
     }
     *renderp = 0;
-
+    
     // Print the message.
     printf("%s\n", rendered);