make style

This commit is contained in:
Philippe Teuwen 2019-03-10 00:00:59 +01:00
commit 0373696662
483 changed files with 56514 additions and 52451 deletions

View file

@ -48,6 +48,6 @@ extern bool showDemod;
extern pthread_mutex_t print_lock;
extern void iceIIR_Butterworth(int * data, const size_t len);
extern void iceIIR_Butterworth(int *data, const size_t len);
extern void iceSimple_Filter(int *data, const size_t len, uint8_t k);
#endif