diff src/w32menu.c @ 109160:f8660b83cdbf

Fix whitespace to follow coding guidelines.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 07 Jul 2010 11:45:28 +0200
parents e27859da5624
children 750db9f3e6d8
line wrap: on
line diff
--- a/src/w32menu.c	Wed Jul 07 11:38:03 2010 +0200
+++ b/src/w32menu.c	Wed Jul 07 11:45:28 2010 +0200
@@ -1118,7 +1118,7 @@
     /*  Frame title: 'Q' = Question, 'I' = Information.
         Can also have 'E' = Error if, one day, we want
         a popup for errors. */
-    if (NILP(header))
+    if (NILP (header))
       dialog_name[0] = 'Q';
     else
       dialog_name[0] = 'I';