Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
Fix whitespace
[slstatus.git]
/
slstatus.c
diff --git
a/slstatus.c
b/slstatus.c
index
e6aa90b
..
96fa5b6
100644
(file)
--- a/
slstatus.c
+++ b/
slstatus.c
@@
-100,7
+100,8
@@
main(int argc, char *argv[])
if (ferror(stdout))
die("puts:");
} else {
if (ferror(stdout))
die("puts:");
} else {
- if (XStoreName(dpy, DefaultRootWindow(dpy), status) < 0) {
+ if (XStoreName(dpy, DefaultRootWindow(dpy), status)
+ < 0) {
die("XStoreName: Allocation failed");
}
XFlush(dpy);
die("XStoreName: Allocation failed");
}
XFlush(dpy);