Reformat CPP files

This commit is contained in:
ridiculousfish
2020-07-12 12:20:38 -07:00
parent f1a59e83c5
commit 9ee5075fc3
7 changed files with 17 additions and 20 deletions

View File

@@ -885,9 +885,7 @@ void reader_data_t::kill(editable_line_t *el, size_t begin_idx, size_t length, i
}
// This is called from a signal handler!
void reader_handle_sigint() {
interrupted = SIGINT;
}
void reader_handle_sigint() { interrupted = SIGINT; }
/// Make sure buffers are large enough to hold the current string length.
void reader_data_t::command_line_changed(const editable_line_t *el) {