From: Andreas Schwab Date: Sun, 7 Nov 2004 01:57:27 +0000 (+0000) Subject: Whitespace fixup. X-Git-Tag: ttn-vms-21-2-B4~4141 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b6536b10170a03da2d0b4682513a2ec3d5df4e5;p=emacs.git Whitespace fixup. --- diff --git a/src/emacs.c b/src/emacs.c index 67efa4ae4e5..e24b79aa116 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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) : "")); } }