[hackers] [quark] Small style fix || Laslo Hunhold

From: <git_AT_suckless.org>
Date: Tue, 4 Jul 2017 22:45:07 +0200 (CEST)

commit d5a6e978b9a12d0719aff8ae3474e8991dd2f97b
Author: Laslo Hunhold <dev_AT_frign.de>
AuthorDate: Tue Jul 4 22:26:17 2017 +0200
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Tue Jul 4 22:26:17 2017 +0200

    Small style fix

diff --git a/quark.c b/quark.c
index af70cd4..817f78d 100644
--- a/quark.c
+++ b/quark.c
_AT_@ -912,8 +912,9 @@ main(int argc, char *argv[])
                 usage();
         } ARGEND
 
- if (argc)
+ if (argc) {
                 usage();
+ }
 
         /* reap children automatically */
         if (signal(SIGCHLD, SIG_IGN) == SIG_ERR) {
Received on Tue Jul 04 2017 - 22:45:07 CEST

This archive was generated by hypermail 2.3.0 : Tue Jul 04 2017 - 22:48:35 CEST