# HG changeset patch # User Andreas Schwab # Date 1099792647 0 # Node ID 34078c6df2972ccedfd83a47661dd6fc34f1151b # Parent da879b3ac5c4f5c759c3f9330fd056ba9db2b012 Whitespace fixup. diff -r da879b3ac5c4 -r 34078c6df297 src/emacs.c --- a/src/emacs.c Sat Nov 06 20:32:24 2004 +0000 +++ b/src/emacs.c Sun Nov 07 01:57:27 2004 +0000 @@ -1620,16 +1620,14 @@ 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 @@ { *plocale = desired_locale; setlocale (category, (STRINGP (desired_locale) - ? (char *)(SDATA (desired_locale)) + ? (char *) SDATA (desired_locale) : "")); } }