Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlaszcz committed Dec 29, 2021
1 parent 33a4753 commit f8600b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,8 @@ vt_parse_options(int argc, char *argv[], struct vt_session_state *session)
{0, 0, 0, 0}
};

while ((optrv = getopt_long(argc, argv, "", long_options, &optidx)) != -1) {
switch (optrv) {
while ((optrv = getopt_long(argc, argv, "", long_options, &optidx)) != -1) {
switch (optrv) {
case 0:
switch (optidx) {
case 0:
Expand Down

0 comments on commit f8600b2

Please sign in to comment.