more tabs to spaces

This commit is contained in:
nhmall
2023-08-16 10:22:10 -04:00
parent d421e2512e
commit f625d2efcf
4 changed files with 10 additions and 10 deletions

View File

@@ -2027,7 +2027,7 @@ x_event(int exit_condition)
/* pkey(retval); */
keep_going = FALSE;
#if defined(HANGUPHANDLING)
} else if (gp.program_state.done_hup) {
} else if (gp.program_state.done_hup) {
retval = '\033';
inptr = (inptr + 1) % INBUF_SIZE;
keep_going = FALSE;
@@ -2048,12 +2048,12 @@ x_event(int exit_condition)
}
keep_going = FALSE;
#if defined(HANGUPHANDLING)
} else if (gp.program_state.done_hup) {
} else if (gp.program_state.done_hup) {
retval = '\033';
inptr = (inptr + 1) % INBUF_SIZE;
keep_going = FALSE;
#endif
}
}
break;
default:
panic("x_event: unknown exit condition %d", exit_condition);