Consistency with 80 char limit and breaks
This commit is contained in:
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue