From 7e8a8fa2aa1862cf05b54dd5509940e3b2abe745 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 19 Apr 2025 22:50:28 -0700 Subject: [PATCH] Omit trailing white space in one line * 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/oldXMenu/Recomp.c b/oldXMenu/Recomp.c index 5c129fc5432..3945d2f2da8 100644 --- a/oldXMenu/Recomp.c +++ b/oldXMenu/Recomp.c @@ -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); } - -- 2.39.5