Reformat source files with clang-format

This commit is contained in:
ridiculousfish
2021-04-21 13:31:58 -07:00
parent f21e015f1b
commit 0a559ac457
24 changed files with 101 additions and 101 deletions

View File

@@ -1345,8 +1345,7 @@ void reader_init() {
// Set up our fixed terminal modes once,
// so we don't get flow control just because we inherited it.
if (is_interactive_session() &&
getpgrp() == tcgetpgrp(STDIN_FILENO)) {
if (is_interactive_session() && getpgrp() == tcgetpgrp(STDIN_FILENO)) {
term_donate(/* quiet */ true);
}