mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fixed indentation in configfile.c, tty.c, options.c
This commit is contained in:
parent
1c29aac9fa
commit
f459a462c5
4 changed files with 46 additions and 48 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue