mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Adjust code style to comply with clang-format rules
This commit is contained in:
parent
102657af58
commit
4aa36e6e91
9 changed files with 285 additions and 159 deletions
|
|
@ -68,7 +68,7 @@ int main(int argc, char *argv[])
|
|||
/* Configure input terminal */
|
||||
if (isatty(fileno(stdin)))
|
||||
{
|
||||
stdin_configure();
|
||||
stdin_configure();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
@ -110,7 +110,8 @@ int main(int argc, char *argv[])
|
|||
if (interactive_mode)
|
||||
{
|
||||
tio_printf("Press ctrl-%c q to quit", option.prefix_key);
|
||||
} else
|
||||
}
|
||||
else
|
||||
{
|
||||
tio_printf("Non-interactive mode enabled");
|
||||
tio_printf("Press ctrl-c to quit");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue