diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2025-04-19 22:50:28 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2025-04-19 22:54:34 -0700 |
| commit | 372ce97180930b63fdd15d1d89fb1a519d4cf85f (patch) | |
| tree | 72e9f0c4814ef3c60fcc1da3cd05f71c937f35b7 /oldXMenu | |
| parent | 589f596c96964ecf5e736a4b3b674ede4b193910 (diff) | |
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]$')
Diffstat (limited to 'oldXMenu')
| -rw-r--r-- | oldXMenu/Recomp.c | 3 |
1 files changed, 1 insertions, 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); } - |
