mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-26 11:01:16 -03:00
Reformat source files with clang-format
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user