From ef393e7645961c61ff1e776d67d3c3b9f494bc49 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 4 Feb 2003 14:56:31 +0000 Subject: Trailing whitespace deleted. --- oldXMenu/InsPane.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'oldXMenu/InsPane.c') diff --git a/oldXMenu/InsPane.c b/oldXMenu/InsPane.c index 7a0d6e3ec63..25fa3390293 100644 --- a/oldXMenu/InsPane.c +++ b/oldXMenu/InsPane.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/InsPane.c,v 1.1 1992/04/11 22:10:19 jimb Exp $ */ +/* $Header: /cvs/emacs/oldXMenu/InsPane.c,v 1.1 1999/10/03 19:35:04 fx Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* @@ -27,7 +27,7 @@ XMenuInsertPane(menu, p_num, label, active) register XMPane *p_ptr; /* XMPane pointer. */ register XMPane *pane; /* Newly created pane. */ register XMSelect *select; /* Initial selection for the new pane. */ - + int label_length; /* Label length in characters. */ int label_width; /* Label width in pixels. */ @@ -95,7 +95,7 @@ XMenuInsertPane(menu, p_num, label, active) emacs_insque(pane, p_ptr); /* - * Update the pane count. + * Update the pane count. */ menu->p_count++; -- cgit v1.2.1