summaryrefslogtreecommitdiff
path: root/src/RepWindow.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/RepWindow.c
parentf76fd81dfbbd5cfae75c87ce0511e88e08529cf3 (diff)
Strip whitespace from end of lines in source files
Diffstat (limited to 'src/RepWindow.c')
-rw-r--r--src/RepWindow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/RepWindow.c b/src/RepWindow.c
index 89e5a789..274f790c 100644
--- a/src/RepWindow.c
+++ b/src/RepWindow.c
@@ -34,9 +34,9 @@ in this Software without prior written authorization from The Open Group.
int
XReparentWindow(
register Display *dpy,
- Window w,
+ Window w,
Window p,
- int x,
+ int x,
int y)
{
register xReparentWindowReq *req;