diff oldXMenu/Recomp.c @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents bbce331da1be
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/oldXMenu/Recomp.c	Tue Feb 04 13:30:45 2003 +0000
+++ b/oldXMenu/Recomp.c	Tue Feb 04 14:56:31 2003 +0000
@@ -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 @@
 
     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 @@
     /*
      * For each pane in the menu...
      */
-        
+
     p_num = 0;
     for (
 	p_ptr = menu->p_list->next;
@@ -58,7 +58,7 @@
 	    return(XM_FAILURE);
 	}
         p_num++;
-	
+
 	/*
 	 * For each selection in the pane...
 	 */