summaryrefslogtreecommitdiff
path: root/src/xcursorint.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 21:26:17 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 21:26:17 -0700
commite086eb1bf49f2a8c270eaebd5beb595c1dc2973e (patch)
treede1657f6ac030ecd56593c67bfb04fda43258049 /src/xcursorint.h
parentd79ddc01e4b247ae95af3581b93aef2b93e76888 (diff)
downloadxorg-lib-libXcursor-e086eb1bf49f2a8c270eaebd5beb595c1dc2973e.tar.gz
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{\s+$}{\n}' 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/xcursorint.h')
-rw-r--r--src/xcursorint.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xcursorint.h b/src/xcursorint.h
index c2eec32..d8f9ea3 100644
--- a/src/xcursorint.h
+++ b/src/xcursorint.h
@@ -26,7 +26,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-
+
#include <X11/Xlib.h>
#include <X11/cursorfont.h>
#include <X11/extensions/Xrender.h>
@@ -53,7 +53,7 @@ typedef struct _XcursorFontInfo {
* Xcursor computes a hash value for the source image
* and tries to load a library cursor of that name.
*/
-
+
/* large bitmaps are unlikely to be cursors */
#define MAX_BITMAP_CURSOR_SIZE 64
/* don't need to remember very many; in fact, 2 is likely sufficient */
@@ -103,5 +103,5 @@ _XcursorCreateGlyphCursor(Display *dpy,
Cursor
_XcursorCreateFontCursor (Display *dpy, unsigned int shape);
-
+
#endif /* _XCURSORINT_H_ */