another indentation fix

This commit is contained in:
noahc3 2023-02-22 23:02:52 +00:00
parent 129a6c7974
commit ac7a769252

View File

@ -505,7 +505,7 @@ int main(int argc, char **argv) {
{"address", required_argument, 0, 'a'},
{"retries", required_argument, 0, 'r'},
{"path", required_argument, 0, 'p'},
{"port", required_argument, 0, 'z'},
{"port", required_argument, 0, 'z'},
{"args", required_argument, 0, NRO_ARGS},
{"help", no_argument, 0, 'h'},
{"server", no_argument, &server, 1 },