From: Yuuki Harano Date: Tue, 26 May 2020 11:25:28 +0000 (+0900) Subject: Fix coding style X-Git-Tag: emacs-29.0.90~3792 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1fe7caf3a6779f36d8dc6e0a32ccc7d5df8f3121;p=emacs.git Fix coding style * src/emacs.c (main): Fix coding style --- 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 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 ();