fix merge indentation
This commit is contained in:
parent
1eab1fc04b
commit
2ea75a345d
|
|
@ -172,7 +172,7 @@ int main(int argc, char **argv) {
|
|||
Modes.interactive = 0;
|
||||
} else if (!strcmp(argv[j],"--interactive-ttl") && more) {
|
||||
Modes.interactive_display_ttl = (uint64_t)(1000 * atof(argv[++j]));
|
||||
Modes.interactive_display_size = strlen(argv[j]);
|
||||
Modes.interactive_display_size = strlen(argv[j]);
|
||||
} else if (!strcmp(argv[j], "--interactive-show-distance")) {
|
||||
Modes.interactive_show_distance = 1;
|
||||
} else if (!strcmp(argv[j], "--interactive-distance-units") && more) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue