summaryrefslogtreecommitdiff
path: root/src/CrCursor.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-06-17 14:41:17 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-06-17 14:41:17 -0700
commitcf49e537014c3cb5aaee07e57400933e0bb72b6b (patch)
treee7b4fb52ba382a4609b7fcd596059b3432b264ec /src/CrCursor.c
parentf76fd81dfbbd5cfae75c87ce0511e88e08529cf3 (diff)
downloadxorg-lib-libX11-cf49e537014c3cb5aaee07e57400933e0bb72b6b.tar.gz
Strip whitespace from end of lines in source files
Diffstat (limited to 'src/CrCursor.c')
-rw-r--r--src/CrCursor.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/CrCursor.c b/src/CrCursor.c
index ba1b0c2b..6417b0eb 100644
--- a/src/CrCursor.c
+++ b/src/CrCursor.c
@@ -41,22 +41,22 @@ _XTryShapeBitmapCursor (Display *dpy,
unsigned int x,
unsigned int y);
#endif
-
+
Cursor XCreatePixmapCursor(
register Display *dpy,
Pixmap source,
Pixmap mask,
- XColor *foreground,
+ XColor *foreground,
XColor *background,
unsigned int x,
unsigned int y)
-{
+{
register xCreateCursorReq *req;
Cursor cid;
#ifdef USE_DYNAMIC_XCURSOR
- cid = _XTryShapeBitmapCursor (dpy, source, mask,
+ cid = _XTryShapeBitmapCursor (dpy, source, mask,
foreground, background, x, y);
if (cid)
return cid;