]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace fixup.
authorAndreas Schwab <schwab@suse.de>
Sun, 7 Nov 2004 01:57:27 +0000 (01:57 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 7 Nov 2004 01:57:27 +0000 (01:57 +0000)
src/emacs.c

index 67efa4ae4e50351b41d4430a2ded5e537cd9456f..e24b79aa1168788fc46b1be6d30a1a0a3bbb3dd7 100644 (file)
@@ -1620,16 +1620,14 @@ main (argc, argv
       keys_of_minibuf ();
       keys_of_window ();
     }
-       else
+  else
     {
-      /*
-        Initialization that must be done even if the global variable
-        initialized is non zero
-      */
+      /* Initialization that must be done even if the global variable
+        initialized is non zero.  */
 #ifdef HAVE_NTGUI
       globals_of_w32fns ();
       globals_of_w32menu ();
-#endif  /* end #ifdef HAVE_NTGUI */
+#endif  /* HAVE_NTGUI */
     }
 
   if (!noninteractive)
@@ -2279,7 +2277,7 @@ synchronize_locale (category, plocale, desired_locale)
     {
       *plocale = desired_locale;
       setlocale (category, (STRINGP (desired_locale)
-                           ? (char *)(SDATA (desired_locale))
+                           ? (char *) SDATA (desired_locale)
                            : ""));
     }
 }