radical re-formatting 1/3: Fix spacing
Fixes coding style. Formatting commits suck, incoherent coding style sucks more. https://suckless.org/coding_style/
This commit is contained in:
parent
0696635bcb
commit
2104dc362c
5 changed files with 24 additions and 24 deletions
16
slstatus.c
16
slstatus.c
|
@ -56,14 +56,14 @@ main(int argc, char *argv[])
|
|||
|
||||
sflag = 0;
|
||||
ARGBEGIN {
|
||||
case '1':
|
||||
done = 1;
|
||||
/* fallthrough */
|
||||
case 's':
|
||||
sflag = 1;
|
||||
break;
|
||||
default:
|
||||
usage();
|
||||
case '1':
|
||||
done = 1;
|
||||
/* FALLTHROUGH */
|
||||
case 's':
|
||||
sflag = 1;
|
||||
break;
|
||||
default:
|
||||
usage();
|
||||
} ARGEND
|
||||
|
||||
if (argc) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue