diff options
author | Andreas Schwab <schwab@suse.de> | 2004-11-07 01:57:27 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2004-11-07 01:57:27 +0000 |
commit | 3b6536b10170a03da2d0b4682513a2ec3d5df4e5 (patch) | |
tree | 00fc6b9df6b6486e92b68689b833d4a7e23200ef /src/emacs.c | |
parent | c37ee7cb84b11bf38e1f391b2015a2ec74e5c4e1 (diff) | |
download | emacs-3b6536b10170a03da2d0b4682513a2ec3d5df4e5.tar.gz |
Whitespace fixup.
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 12 |
1 files changed, 5 insertions, 7 deletions
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) : "")); } } |