]> git.eshelyaron.com Git - emacs.git/commit
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)
commit7e8a8fa2aa1862cf05b54dd5509940e3b2abe745
tree1fe36b7586940dfb7f3974a86659f2d979dc8336
parent3d868670b8b1cbfc95cc470beed49cece576f397
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