Fixed indentation in configfile.c, tty.c, options.c

This commit is contained in:
Robert Snell 2022-07-10 18:14:29 -04:00
parent 1c29aac9fa
commit f459a462c5
4 changed files with 46 additions and 48 deletions

View file

@ -131,7 +131,7 @@ static int data_handler(void *user, const char *section, const char *name,
else if ( !strcmp(name, "upcase"))
{
option.upcase = true;
}
}
else if (!strcmp(name, "dtr-pulse-duration"))
{
option.dtr_pulse_duration = atoi(value);