make style-all time again

Recent changes have introduced some style deviations so clean them up.
This commit is contained in:
Kurtis Rader
2017-08-06 16:05:51 -07:00
parent acdb81bbca
commit 975a5bfbde
10 changed files with 57 additions and 68 deletions

View File

@@ -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() {}