[hackers] [slock] syntax fix || Markus Teich

From: <git_AT_suckless.org>
Date: Wed, 23 Nov 2016 00:30:02 +0100 (CET)

commit 325581b935c74c321062d1f6873704411bcc5071
Author: Markus Teich <teichm_AT_fs.tum.de>
AuthorDate: Wed Nov 23 00:28:43 2016 +0100
Commit: Markus Teich <teichm_AT_fs.tum.de>
CommitDate: Wed Nov 23 00:28:43 2016 +0100

    syntax fix

diff --git a/slock.c b/slock.c
index 700acfb..d55eb3d 100644
--- a/slock.c
+++ b/slock.c
_AT_@ -212,8 +212,10 @@ readpw(Display *dpy, struct xrandr *rr, struct lock **locks, int nscreens,
                                         break;
                                 }
                         }
- } else for (screen = 0; screen < nscreens; screen++)
- XRaiseWindow(dpy, locks[screen]->win);
+ } else {
+ for (screen = 0; screen < nscreens; screen++)
+ XRaiseWindow(dpy, locks[screen]->win);
+ }
         }
 }
 
Received on Wed Nov 23 2016 - 00:30:02 CET

This archive was generated by hypermail 2.3.0 : Wed Nov 23 2016 - 00:36:23 CET