aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYuuki Harano2020-05-26 20:25:28 +0900
committerJeff Walsh2020-11-24 12:24:40 +1100
commit1fe7caf3a6779f36d8dc6e0a32ccc7d5df8f3121 (patch)
tree09a043aa2a13e71abff1381d77a46c68c5b25cda /src
parent25cf59203e3e2787f8085462989ecaabb6292f75 (diff)
downloademacs-1fe7caf3a6779f36d8dc6e0a32ccc7d5df8f3121.tar.gz
emacs-1fe7caf3a6779f36d8dc6e0a32ccc7d5df8f3121.zip
Fix coding style
* src/emacs.c (main): Fix coding style
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c
index ba5c64a1525..f8331848632 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1918,8 +1918,8 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
1918 syms_of_fontset (); 1918 syms_of_fontset ();
1919#endif /* HAVE_NS */ 1919#endif /* HAVE_NS */
1920#ifdef HAVE_PGTK 1920#ifdef HAVE_PGTK
1921 syms_of_pgtkterm(); 1921 syms_of_pgtkterm ();
1922 syms_of_pgtkfns(); 1922 syms_of_pgtkfns ();
1923 syms_of_pgtkselect (); 1923 syms_of_pgtkselect ();
1924 syms_of_pgtkmenu (); 1924 syms_of_pgtkmenu ();
1925 syms_of_pgtkim (); 1925 syms_of_pgtkim ();