]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix coding style
authorYuuki Harano <masm+github@masm11.me>
Tue, 26 May 2020 11:25:28 +0000 (20:25 +0900)
committerJeff Walsh <jeff.walsh@drtusers-MacBook-Pro.local>
Tue, 24 Nov 2020 01:24:40 +0000 (12:24 +1100)
* src/emacs.c (main): Fix coding style

src/emacs.c

index ba5c64a15256512b74ed1cc52118168a8ca9e4fa..f83318486322bc0ac1060167825ef2030a386fff 100644 (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 ();