Commit 933b9636 authored by Brian Card's avatar Brian Card

removing additional space after option variable

parent d10bce3d
......@@ -172,7 +172,7 @@ int main(int argc, char **argv) {
{"early-response", no_argument, &flag, 5},
{nullptr, 0, nullptr, 0}};
int option_index = 0;
int c =
int c =
getopt_long(argc, argv, "DVb:c:d:ehn:p:va:", long_options, &option_index);
char *end;
if (c == -1) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment