Fix whitespace

This commit is contained in:
Raymond Li 2021-01-25 23:18:26 -05:00 committed by GitHub
parent 45b8c7ee31
commit ff2eba3c4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -2138,11 +2138,11 @@ int main(int argc, char *argv[]) {
case 710: case 710:
bar_count = atoi(optarg); bar_count = atoi(optarg);
if (bar_count > BAR_MAX_COUNT) { if (bar_count > BAR_MAX_COUNT) {
bar_count = BAR_MAX_COUNT; bar_count = BAR_MAX_COUNT;
} }
if (bar_count < BAR_MIN_COUNT) { if (bar_count < BAR_MIN_COUNT) {
bar_count = BAR_MIN_COUNT; bar_count = BAR_MIN_COUNT;
} }
break; break;
// Misc // Misc