summaryrefslogtreecommitdiff
path: root/dsimple.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-20 00:08:51 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-20 00:09:16 -0700
commit02d3b987ad0007b2b6627d97056d0d77fb607039 (patch)
treee4b3d4cb766fca1b416bfb36692426d9c0e2364e /dsimple.c
parentcc51f7fce1cefb7a2318c624a2e1ebc124775ec8 (diff)
Strip trailing whitespace
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'dsimple.c')
-rw-r--r--dsimple.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dsimple.c b/dsimple.c
index 503ed88..fa31e8f 100644
--- a/dsimple.c
+++ b/dsimple.c
@@ -139,7 +139,7 @@ void Close_Display(void)
{
if (dpy == NULL)
return;
-
+
XCloseDisplay(dpy);
dpy = NULL;
}
@@ -215,7 +215,7 @@ Window Select_Window_Args(
COPYOPT;
}
ARGC = nargc;
-
+
return(w);
}
@@ -265,7 +265,7 @@ Window Select_Window(Display *disp, int descend)
buttons--;
break;
}
- }
+ }
XUngrabPointer(disp, CurrentTime); /* Done with pointer */