summaryrefslogtreecommitdiff
path: root/src/FetchName.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/FetchName.c
parentf76fd81dfbbd5cfae75c87ce0511e88e08529cf3 (diff)
downloadxorg-lib-libX11-cf49e537014c3cb5aaee07e57400933e0bb72b6b.tar.gz
Strip whitespace from end of lines in source files
Diffstat (limited to 'src/FetchName.c')
-rw-r--r--src/FetchName.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FetchName.c b/src/FetchName.c
index 16b2f7a3..a04e343f 100644
--- a/src/FetchName.c
+++ b/src/FetchName.c
@@ -44,7 +44,7 @@ Status XFetchName (
unsigned long nitems;
unsigned long leftover;
unsigned char *data = NULL;
- if (XGetWindowProperty(dpy, w, XA_WM_NAME, 0L, (long)BUFSIZ, False, XA_STRING,
+ if (XGetWindowProperty(dpy, w, XA_WM_NAME, 0L, (long)BUFSIZ, False, XA_STRING,
&actual_type,
&actual_format, &nitems, &leftover, &data) != Success) {
*name = NULL;
@@ -75,7 +75,7 @@ Status XGetIconName (
unsigned long leftover;
unsigned char *data = NULL;
if (XGetWindowProperty(dpy, w, XA_WM_ICON_NAME, 0L, (long)BUFSIZ, False,
- XA_STRING,
+ XA_STRING,
&actual_type,
&actual_format, &nitems, &leftover, &data) != Success) {
*icon_name = NULL;