patch 7.4.2341
Problem:    Tiny things.  Test doesn't clean up properly.
Solution:   Adjust comment and white space. Restore option value.
diff --git a/src/message.c b/src/message.c
index 3801b0a..6ec325e 100644
--- a/src/message.c
+++ b/src/message.c
@@ -1815,7 +1815,7 @@
     void
 msg_puts(char_u *s)
 {
- msg_puts_attr(s, 0);
+    msg_puts_attr(s, 0);
 }
 
     void