emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/pgtk 1fe7caf 068/100: Fix coding style


From: Yuuki Harano
Subject: feature/pgtk 1fe7caf 068/100: Fix coding style
Date: Tue, 24 Nov 2020 08:02:39 -0500 (EST)

branch: feature/pgtk
commit 1fe7caf3a6779f36d8dc6e0a32ccc7d5df8f3121
Author: Yuuki Harano <masm+github@masm11.me>
Commit: Jeff Walsh <jeff.walsh@drtusers-MacBook-Pro.local>

    Fix coding style
    
    * src/emacs.c (main): Fix coding style
---
 src/emacs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/emacs.c b/src/emacs.c
index ba5c64a..f833184 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 ();



reply via email to

[Prev in Thread] Current Thread [Next in Thread]