summaryrefslogtreecommitdiff
path: root/include/X11/Xdefs.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-06-16 09:16:52 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-06-16 09:16:52 -0700
commiteb28f0378fadd0d143aad7ec16f7b91814faae9a (patch)
treef667d542b0e6fd47b0f23afe6121c14a0e6ae01a /include/X11/Xdefs.h
parent91c1c8e1490c970379efb16784003426faec806e (diff)
Remove trailing whitespace from header files
Performed with: find include -name '*.h' | xargs perl -i -p -e 's{[ \t]+$}{}' "git diff -w" shows no changes from this changeset. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include/X11/Xdefs.h')
-rw-r--r--include/X11/Xdefs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/X11/Xdefs.h b/include/X11/Xdefs.h
index e25a208..f58946d 100644
--- a/include/X11/Xdefs.h
+++ b/include/X11/Xdefs.h
@@ -22,7 +22,7 @@ authorization from The XFree86 Project Inc..
*/
/**
- ** Types definitions shared between server and clients
+ ** Types definitions shared between server and clients
**/
#ifndef _XDEFS_H
@@ -30,7 +30,7 @@ authorization from The XFree86 Project Inc..
#ifdef _XSERVER64
#include <X11/Xmd.h>
-#endif
+#endif
#ifndef _XTYPEDEF_ATOM
# define _XTYPEDEF_ATOM
@@ -96,7 +96,7 @@ typedef CARD32 FSID;
typedef FSID AccContext;
-/* OS independent time value
+/* OS independent time value
XXX Should probably go in Xos.h */
typedef struct timeval **OSTimePtr;