correct indentation, no functional change

found with smatch, ok nicm@
This commit is contained in:
jsg
2025-09-08 08:23:19 +00:00
parent d73196750f
commit 408721ae37

6
tty.c
View File

@@ -422,9 +422,9 @@ tty_repeat_requests(struct tty *tty, int force)
if (tty->term->flags & TERM_VT100LIKE) {
tty_puts(tty, "\033]10;?\033\\\033]11;?\033\\");
tty->flags |= (TTY_WAITBG|TTY_WAITFG);
}
tty_start_start_timer(tty);
tty->flags |= (TTY_WAITBG|TTY_WAITFG);
}
tty_start_start_timer(tty);
}
void