File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -148,23 +148,23 @@ int main(int argc, char **argv) {
148
148
int flags = 0 ;
149
149
150
150
while (argc > 1 ) {
151
- if (strcmp (argv [1 ], "-m" ) == 0 ) {
152
- flags |= HTS_PARSE_LIST ;
153
- argc -- ; argv ++ ;
154
- continue ;
155
- }
156
-
157
- if (strcmp (argv [1 ], "-c" ) == 0 ) {
158
- flags |= HTS_PARSE_ONE_COORD ;
159
- argc -- ; argv ++ ;
160
- continue ;
161
- }
151
+ if (strcmp (argv [1 ], "-m" ) == 0 ) {
152
+ flags |= HTS_PARSE_LIST ;
153
+ argc -- ; argv ++ ;
154
+ continue ;
155
+ }
156
+
157
+ if (strcmp (argv [1 ], "-c" ) == 0 ) {
158
+ flags |= HTS_PARSE_ONE_COORD ;
159
+ argc -- ; argv ++ ;
160
+ continue ;
161
+ }
162
162
163
163
// Automatic mode for test harness
164
- if (strcmp (argv [1 ], "-t" ) == 0 )
164
+ if (strcmp (argv [1 ], "-t" ) == 0 )
165
165
reg_test (argv [2 ]);
166
166
167
- break ;
167
+ break ;
168
168
}
169
169
170
170
// Interactive mode for debugging
You can’t perform that action at this time.
0 commit comments