1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-03 04:21:28 -08:00

Fix coding style

* src/emacs.c (main): Fix coding style
This commit is contained in:
Yuuki Harano 2020-05-26 20:25:28 +09:00 committed by Jeff Walsh
parent 25cf59203e
commit 1fe7caf3a6

View file

@ -1918,8 +1918,8 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
syms_of_fontset ();
#endif /* HAVE_NS */
#ifdef HAVE_PGTK
syms_of_pgtkterm();
syms_of_pgtkfns();
syms_of_pgtkterm ();
syms_of_pgtkfns ();
syms_of_pgtkselect ();
syms_of_pgtkmenu ();
syms_of_pgtkim ();