Skip to content

Commit

Permalink
code style: Correct bracket position
Browse files Browse the repository at this point in the history
  • Loading branch information
xnuk authored and emersion committed Feb 28, 2020
1 parent 67591fe commit 2727fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -596,10 +596,10 @@ int main(int argc, char *argv[]) {
exit(EXIT_FAILURE);
}
break;
}
case 'p':
state.single_point = true;
break;
}
default:
printf("%s", usage);
return EXIT_FAILURE;
Expand Down

0 comments on commit 2727fa9

Please sign in to comment.