mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-25 10:11:17 -03:00
make style-all time again
Recent changes have introduced some style deviations so clean them up.
This commit is contained in:
@@ -58,9 +58,7 @@ static wint_t lookahead_front(void) { return lookahead_list.front(); }
|
||||
/// Callback function for handling interrupts on reading.
|
||||
static int (*interrupt_handler)();
|
||||
|
||||
void input_common_init(int (*ih)()) {
|
||||
interrupt_handler = ih;
|
||||
}
|
||||
void input_common_init(int (*ih)()) { interrupt_handler = ih; }
|
||||
|
||||
void input_common_destroy() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user