Skip to content

Commit

Permalink
Fix indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Feb 25, 2024
1 parent d4af53f commit e4d4657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions judge/runguard.cc
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ struct option const long_opts[] = {
{"outmeta", required_argument, nullptr, 'M'},
{"verbose", no_argument, nullptr, 'v'},
{"quiet", no_argument, nullptr, 'q'},
{"help", no_argument, &show_help, 1 },
{"version", no_argument, &show_version, 1 },
{"help", no_argument, &show_help, 1 },
{"version", no_argument, &show_version, 1 },
{ nullptr, 0, nullptr, 0 }
};

Expand Down

0 comments on commit e4d4657

Please sign in to comment.