1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

whitespace cleanup

This commit is contained in:
Steffen Vogel 2018-08-17 11:29:28 +02:00
parent 1783008ff8
commit dc8d6d485f

View file

@ -127,20 +127,25 @@ int main(int argc, char *argv[])
case 'V':
print_version();
exit(EXIT_SUCCESS);
case 'f':
format = optarg;
break;
case 'v':
cnt = strtoul(optarg, &endptr, 0);
goto check;
case 'd':
l.level = strtoul(optarg, &endptr, 0);
goto check;
case 'o':
ret = json_object_extend_str(cfg_cli, optarg);
if (ret)
error("Invalid option: %s", optarg);
break;
case '?':
case 'h':
usage();