aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu/Recomp.c
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-04 14:56:31 +0000
committerJuanma Barranquero2003-02-04 14:56:31 +0000
commit177c0ea74342272645959b82cf219faa0b3dba16 (patch)
tree44e22b210a9904eab25a66d12e708804b671df75 /oldXMenu/Recomp.c
parentdb95369be096960245dd38678f68464627698678 (diff)
downloademacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.gz
emacs-177c0ea74342272645959b82cf219faa0b3dba16.zip
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 @@
1#include "copyright.h" 1#include "copyright.h"
2 2
3/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/Recomp.c,v 1.1 1992/04/11 22:10:20 jimb Exp $ */ 3/* $Header: /cvs/emacs/oldXMenu/Recomp.c,v 1.1 1999/10/03 19:35:11 fx Exp $ */
4/* Copyright Massachusetts Institute of Technology 1985 */ 4/* Copyright Massachusetts Institute of Technology 1985 */
5 5
6/* 6/*
@@ -25,7 +25,7 @@ XMenuRecompute(display, menu)
25 25
26 register int p_num; /* Pane serial number. */ 26 register int p_num; /* Pane serial number. */
27 register int s_num; /* Selection serial number. */ 27 register int s_num; /* Selection serial number. */
28 28
29 /* 29 /*
30 * If there are no panes in the menu then return failure 30 * If there are no panes in the menu then return failure
31 * because the menu is not initialized. 31 * because the menu is not initialized.
@@ -44,7 +44,7 @@ XMenuRecompute(display, menu)
44 /* 44 /*
45 * For each pane in the menu... 45 * For each pane in the menu...
46 */ 46 */
47 47
48 p_num = 0; 48 p_num = 0;
49 for ( 49 for (
50 p_ptr = menu->p_list->next; 50 p_ptr = menu->p_list->next;
@@ -58,7 +58,7 @@ XMenuRecompute(display, menu)
58 return(XM_FAILURE); 58 return(XM_FAILURE);
59 } 59 }
60 p_num++; 60 p_num++;
61 61
62 /* 62 /*
63 * For each selection in the pane... 63 * For each selection in the pane...
64 */ 64 */