diff oldXMenu/FindPane.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/FindPane.c	Tue Feb 04 13:30:45 2003 +0000
+++ b/oldXMenu/FindPane.c	Tue Feb 04 14:56:31 2003 +0000
@@ -1,12 +1,12 @@
 #include "copyright.h"
 
-/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/FindPane.c,v 1.1 1992/04/11 22:10:19 jimb Exp $ */
+/* $Header: /cvs/emacs/oldXMenu/FindPane.c,v 1.1 1999/10/03 19:35:02 fx Exp $ */
 /* Copyright    Massachusetts Institute of Technology    1985	*/
 
 /*
  * XMenu:	MIT Project Athena, X Window system menu package
  *
- *	XMenuFindPane - Find the first menu pane who's label matches a 
+ *	XMenuFindPane - Find the first menu pane who's label matches a
  *			particular string.
  *
  *	Author:		Tony Della Fera, DEC
@@ -17,7 +17,7 @@
 #include "XMenuInt.h"
 
 int
-XMenuFindPane(menu, label) 
+XMenuFindPane(menu, label)
     register XMenu *menu;
     register char *label;
 {