Consistency with 80 char limit and breaks
This commit is contained in:
@ -100,7 +100,8 @@ main(int argc, char *argv[])
|
||||
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);
|
||||
|
Reference in New Issue
Block a user