summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:52:12 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:52:12 -0700
commitfb6002c5736eda80a8ae1df46626862ca53a1c25 (patch)
tree26a4c35c104f3eee0862229dc59eec05fb6b6372 /src
parent455c02ee9143b2bfbfd99b6481a1b22a0ce2a2bf (diff)
downloadxorg-lib-libXRes-fb6002c5736eda80a8ae1df46626862ca53a1c25.tar.gz
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' 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')
-rw-r--r--src/XRes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/XRes.c b/src/XRes.c
index 518ad01..d1ba49c 100644
--- a/src/XRes.c
+++ b/src/XRes.c
@@ -38,7 +38,7 @@ static XExtensionHooks xres_extension_hooks = {
};
static XEXT_GENERATE_FIND_DISPLAY (find_display, xres_ext_info,
- xres_extension_name,
+ xres_extension_name,
&xres_extension_hooks,
0, NULL)
@@ -186,7 +186,7 @@ Status XResQueryClientResources (
_XEatData(dpy, rep.length << 2);
}
}
-
+
UnlockDisplay (dpy);
SyncHandle ();
return result;