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:
parent
589f596c96
commit
372ce97180
1 changed files with 1 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ without express or implied warranty.
|
||||||
|
|
||||||
int
|
int
|
||||||
XMenuRecompute(Display *display, register XMenu *menu)
|
XMenuRecompute(Display *display, register XMenu *menu)
|
||||||
|
|
||||||
/* Menu object to be recomputed. */
|
/* Menu object to be recomputed. */
|
||||||
{
|
{
|
||||||
register XMPane *p_ptr; /* Pane pointer. */
|
register XMPane *p_ptr; /* Pane pointer. */
|
||||||
|
|
@ -120,4 +120,3 @@ XMenuRecompute(Display *display, register XMenu *menu)
|
||||||
_XMErrorCode = XME_NO_ERROR;
|
_XMErrorCode = XME_NO_ERROR;
|
||||||
return(XM_SUCCESS);
|
return(XM_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue