summaryrefslogtreecommitdiff
path: root/src/FillRct.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/FillRct.c
parentf76fd81dfbbd5cfae75c87ce0511e88e08529cf3 (diff)
downloadxorg-lib-libX11-cf49e537014c3cb5aaee07e57400933e0bb72b6b.tar.gz
Strip whitespace from end of lines in source files
Diffstat (limited to 'src/FillRct.c')
-rw-r--r--src/FillRct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FillRct.c b/src/FillRct.c
index 09bc5422..2859ceb5 100644
--- a/src/FillRct.c
+++ b/src/FillRct.c
@@ -42,7 +42,7 @@ XFillRectangle(
GC gc,
int x,
int y, /* INT16 */
- unsigned int width,
+ unsigned int width,
unsigned int height) /* CARD16 */
{
xRectangle *rect;
@@ -57,7 +57,7 @@ XFillRectangle(
FlushGC(dpy, gc);
{
- register xPolyFillRectangleReq *req
+ register xPolyFillRectangleReq *req
= (xPolyFillRectangleReq *) dpy->last_req;
/* if same as previous request, with same drawable, batch requests */