summaryrefslogtreecommitdiff
path: root/src/CloseHook.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:46:25 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:46:25 -0700
commit66492163cb244fbe22c67bebb14c0918dd11eab6 (patch)
treedac53b4995914f4d31e6857c2a5a3fb7b0173f7f /src/CloseHook.c
parent6ffa7e4bb1e7efdad4dd987e1fe27cdee96f7063 (diff)
downloadxorg-lib-libXmu-66492163cb244fbe22c67bebb14c0918dd11eab6.tar.gz
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/CloseHook.c')
-rw-r--r--src/CloseHook.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/CloseHook.c b/src/CloseHook.c
index ca9d9de..01a1beb 100644
--- a/src/CloseHook.c
+++ b/src/CloseHook.c
@@ -1,4 +1,4 @@
-/*
+/*
Copyright 1989, 1998 The Open Group
Permission to use, copy, modify, distribute, and sell this software and its
@@ -28,27 +28,27 @@ in this Software without prior written authorization from The Open Group.
*
* *
* Author: Jim Fulton, MIT X Consortium
- *
- *
+ *
+ *
* Public Entry Points
- *
+ *
* CloseHook XmuAddCloseDisplayHook (dpy, func, arg)
* Display *dpy;
* XmuCloseHookProc func;
* XPointer arg;
- *
+ *
* Bool XmuRemoveCloseDisplayHook (dpy, hook, func, arg)
* Display *dpy;
* CloseHook hook;
* XmuCloseHookProc func;
* XPointer arg;
- *
+ *
* Bool XmuLookupCloseDisplayHook (dpy, hook, func, arg)
* Display *dpy;
* CloseHook hook;
* XmuCloseHookProc func;
* XPointer arg;
- *
+ *
*/
#ifdef HAVE_CONFIG_H
@@ -188,8 +188,8 @@ XmuRemoveCloseDisplayHook(Display *dpy, CloseHook handle,
/*
- * Lookup - see whether or not a handle has been installed. If handle is
- * non-NULL, look for an entry that matches it; otherwise look for an entry
+ * Lookup - see whether or not a handle has been installed. If handle is
+ * non-NULL, look for an entry that matches it; otherwise look for an entry
* with the same function/argument pair.
*/
Bool