aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/tim_filter.h
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 22:12:58 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 22:12:58 +0000
commitf6e54eb360a78856dcde930a00d9b2b3627309ab (patch)
treef19a0ef92208d90b378c18e3b781b33302eb592e /sys/sys/tim_filter.h
parent6fed89b17970606e6b9562d8f9dc7ffee732839c (diff)
downloadsrc-f6e54eb360a78856dcde930a00d9b2b3627309ab.tar.gz
src-f6e54eb360a78856dcde930a00d9b2b3627309ab.zip
sys: clean up empty lines in .c and .h files
Notes
Notes: svn path=/head/; revision=365223
Diffstat (limited to 'sys/sys/tim_filter.h')
-rw-r--r--sys/sys/tim_filter.h2
1 files changed, 0 insertions, 2 deletions
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