diff options
author | Aaron Marcher <me@drkhsh.at> | 2018-07-08 17:42:58 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-07-08 17:42:58 +0200 |
commit | 96ddf4e1dee808d6ae8162fc1a13126a3d4c77dc (patch) | |
tree | 75f6d95fc7bbe3464c5f47574ab36a7514d0382e /slstatus.c | |
parent | c93971748cb4771aec25aee6e8ff5b7bbb1aacf3 (diff) |
Consistency with 80 char limit and breaks
Diffstat (limited to 'slstatus.c')
-rw-r--r-- | slstatus.c | 3 |
1 files changed, 2 insertions, 1 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); |