summaryrefslogtreecommitdiff
path: root/oldXMenu/DelPane.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/DelPane.c
parentdb95369be096960245dd38678f68464627698678 (diff)
downloademacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.gz
Trailing whitespace deleted.
Diffstat (limited to 'oldXMenu/DelPane.c')
-rw-r--r--oldXMenu/DelPane.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/oldXMenu/DelPane.c b/oldXMenu/DelPane.c
index cf0354920ce..f656c32ea07 100644
--- a/oldXMenu/DelPane.c
+++ b/oldXMenu/DelPane.c
@@ -1,6 +1,6 @@
#include "copyright.h"
-/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/DelPane.c,v 1.1 1992/04/11 22:10:18 jimb Exp $ */
+/* $Header: /cvs/emacs/oldXMenu/DelPane.c,v 1.1 1999/10/03 19:34:57 fx Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
@@ -24,7 +24,7 @@ XMenuDeletePane(display, menu, p_num)
register XMPane *p_ptr; /* Pointer to pane being deleted. */
register XMSelect *s_ptr; /* Pointer to selections being deleted. */
register XMSelect *s_next; /* Pointer to next selection to be deleted. */
-
+
/*
* Find the right pane.
*/
@@ -48,7 +48,7 @@ XMenuDeletePane(display, menu, p_num)
* association table and free their XMSelect structures.
*/
for (
- s_ptr = p_ptr->s_list->next;
+ s_ptr = p_ptr->s_list->next;
s_ptr != p_ptr->s_list;
s_ptr = s_next
) {
@@ -63,13 +63,13 @@ XMenuDeletePane(display, menu, p_num)
* Destroy the selection transparencies.
*/
XDestroySubwindows(display, p_ptr->window);
-
+
/*
* Destroy the pane window.
*/
XDestroyWindow(display, p_ptr->window);
}
-
+
/*
* Free the pane's XMPane structure.
*/