ce: clean up empty lines in .c and .h files

This commit is contained in:
Mateusz Guzik
2020-09-01 22:10:00 +00:00
parent 44b1283d2a
commit ebf31a5cb9
3 changed files with 43 additions and 44 deletions
-1
View File
@@ -646,7 +646,6 @@ void ce_stop_chan (ce_chan_t *c)
}
}
void ce_register_transmit (ce_chan_t *c,
void (*func) (ce_chan_t*, void*, int))
{