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
@ -227,7 +227,7 @@
|
|||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
switch (state) {
|
switch (state) {
|
||||||
case 0:
|
case 0: /* FALLTHROUGH */
|
||||||
case 2:
|
case 2:
|
||||||
return "+";
|
return "+";
|
||||||
case 1:
|
case 1:
|
||||||
|
@ -58,7 +58,7 @@ main(int argc, char *argv[])
|
|||||||
ARGBEGIN {
|
ARGBEGIN {
|
||||||
case '1':
|
case '1':
|
||||||
done = 1;
|
done = 1;
|
||||||
/* fallthrough */
|
/* FALLTHROUGH */
|
||||||
case 's':
|
case 's':
|
||||||
sflag = 1;
|
sflag = 1;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user