]> git.eshelyaron.com Git - emacs.git/commitdiff
Omit trailing white space in one line
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 Apr 2025 05:50:28 +0000 (22:50 -0700)
committerEshel Yaron <me@eshelyaron.com>
Mon, 21 Apr 2025 20:41:26 +0000 (22:41 +0200)
* oldXMenu/Recomp.c: Omit trailing spaces in C source code line.
This was the only such line found by this command:
grep '[  ]$' $(git ls-files | grep '\.[chmy]$')

(cherry picked from commit 372ce97180930b63fdd15d1d89fb1a519d4cf85f)

oldXMenu/Recomp.c

index 5c129fc5432daf35615aba1cf4bb9f76e557caae..3945d2f2da86e227ab976ec8be4d24c9e9ee04fb 100644 (file)
@@ -35,7 +35,7 @@ without express or implied warranty.
 
 int
 XMenuRecompute(Display *display, register XMenu *menu)
-                     
+
                                /* Menu object to be recomputed. */
 {
     register XMPane *p_ptr;    /* Pane pointer. */
@@ -120,4 +120,3 @@ XMenuRecompute(Display *display, register XMenu *menu)
     _XMErrorCode = XME_NO_ERROR;
     return(XM_SUCCESS);
 }
-