mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
mpsutil: correct style
Reported by: bapt
This commit is contained in:
parent
5f4c83abf5
commit
c739854c38
1 changed files with 1 additions and 2 deletions
|
|
@ -61,8 +61,7 @@ usage(void)
|
|||
SET_FOREACH(cmd, MPS_DATASET(usage)) {
|
||||
if (*cmd == NULL) {
|
||||
fprintf(stderr, "\n");
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
(*cmd)->handler(&args, &desc);
|
||||
if (strncmp((*cmd)->set, "top", 3) == 0)
|
||||
fprintf(stderr, "%s %-30s\t%s\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue