Adjust code style to comply with clang-format rules

This commit is contained in:
yabu76 2025-08-14 13:50:58 +09:00
parent 102657af58
commit 4aa36e6e91
9 changed files with 285 additions and 159 deletions

View file

@ -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");