mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
fixed indentation in configfile.c
This commit is contained in:
parent
944ee9173b
commit
1c29aac9fa
2 changed files with 5 additions and 3 deletions
|
|
@ -128,9 +128,9 @@ static int data_handler(void *user, const char *section, const char *name,
|
||||||
{
|
{
|
||||||
option.eol_delay = atoi(value);
|
option.eol_delay = atoi(value);
|
||||||
}
|
}
|
||||||
else if ( !strcmp(name, "upcase"))
|
else if ( !strcmp(name, "upcase"))
|
||||||
{
|
{
|
||||||
option.upcase = true;
|
option.upcase = true;
|
||||||
}
|
}
|
||||||
else if (!strcmp(name, "dtr-pulse-duration"))
|
else if (!strcmp(name, "dtr-pulse-duration"))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
2
token.txt
Normal file
2
token.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
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
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue