scrut(1): more formatting
This commit is contained in:
parent
59de0262bd
commit
958bfa52ed
@ -61,8 +61,7 @@ int main(int argc, char *argv[]) {
|
||||
for (i = 0, p = ops; i < (sizeof ops) / (sizeof *ops); ++i) {
|
||||
if (ops[i] != '\0') {
|
||||
*p = ops[i];
|
||||
if(&ops[i] != p++)
|
||||
ops[i] = '\0';
|
||||
if (&ops[i] != p++) { ops[i] = '\0'; }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user