Consistency with 80 char limit and breaks

This commit is contained in:
Aaron Marcher
2018-07-08 17:42:58 +02:00
parent c93971748c
commit 96ddf4e1de
9 changed files with 86 additions and 82 deletions

@ -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);