mpsutil: correct style

Reported by:	bapt
This commit is contained in:
Eitan Adler 2018-05-23 09:46:21 +00:00
parent 5f4c83abf5
commit c739854c38

View File

@ -61,8 +61,7 @@ usage(void)
SET_FOREACH(cmd, MPS_DATASET(usage)) { SET_FOREACH(cmd, MPS_DATASET(usage)) {
if (*cmd == NULL) { if (*cmd == NULL) {
fprintf(stderr, "\n"); fprintf(stderr, "\n");
} } else {
else {
(*cmd)->handler(&args, &desc); (*cmd)->handler(&args, &desc);
if (strncmp((*cmd)->set, "top", 3) == 0) if (strncmp((*cmd)->set, "top", 3) == 0)
fprintf(stderr, "%s %-30s\t%s\n", fprintf(stderr, "%s %-30s\t%s\n",