summaryrefslogtreecommitdiff
path: root/oldXMenu/Recomp.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
commit177c0ea74342272645959b82cf219faa0b3dba16 (patch)
tree44e22b210a9904eab25a66d12e708804b671df75 /oldXMenu/Recomp.c
parentdb95369be096960245dd38678f68464627698678 (diff)
downloademacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.gz
Trailing whitespace deleted.
Diffstat (limited to 'oldXMenu/Recomp.c')
-rw-r--r--oldXMenu/Recomp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/oldXMenu/Recomp.c b/oldXMenu/Recomp.c
index c433cd550fd..933a6bf9f33 100644
--- a/oldXMenu/Recomp.c
+++ b/oldXMenu/Recomp.c
@@ -1,6 +1,6 @@
#include "copyright.h"
-/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/Recomp.c,v 1.1 1992/04/11 22:10:20 jimb Exp $ */
+/* $Header: /cvs/emacs/oldXMenu/Recomp.c,v 1.1 1999/10/03 19:35:11 fx Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
@@ -25,7 +25,7 @@ XMenuRecompute(display, menu)
register int p_num; /* Pane serial number. */
register int s_num; /* Selection serial number. */
-
+
/*
* If there are no panes in the menu then return failure
* because the menu is not initialized.
@@ -44,7 +44,7 @@ XMenuRecompute(display, menu)
/*
* For each pane in the menu...
*/
-
+
p_num = 0;
for (
p_ptr = menu->p_list->next;
@@ -58,7 +58,7 @@ XMenuRecompute(display, menu)
return(XM_FAILURE);
}
p_num++;
-
+
/*
* For each selection in the pane...
*/