1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

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]$')
This commit is contained in:
Paul Eggert 2025-04-19 22:50:28 -07:00
parent 589f596c96
commit 372ce97180

View file

@ -120,4 +120,3 @@ XMenuRecompute(Display *display, register XMenu *menu)
_XMErrorCode = XME_NO_ERROR;
return(XM_SUCCESS);
}