From f6e54eb360a78856dcde930a00d9b2b3627309ab Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Tue, 1 Sep 2020 22:12:58 +0000 Subject: sys: clean up empty lines in .c and .h files --- sys/sys/tim_filter.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/sys/tim_filter.h') diff --git a/sys/sys/tim_filter.h b/sys/sys/tim_filter.h index a131a5d251b1..b316fb0db3da 100644 --- a/sys/sys/tim_filter.h +++ b/sys/sys/tim_filter.h @@ -102,7 +102,6 @@ get_cur_timelim(struct time_filter *tf) return(tf->cur_time_limit); } - int setup_time_filter_small(struct time_filter_small *tf, int fil_type, uint32_t time_len); void reset_time_small(struct time_filter_small *tf, uint32_t time_len); @@ -129,6 +128,5 @@ get_cur_timelim_small(struct time_filter_small *tf) return(tf->cur_time_limit); } - #endif #endif -- cgit v1.2.3