diff --git a/ot_fullscrape.h b/ot_fullscrape.h index 6411c2b..a33d066 100644 --- a/ot_fullscrape.h +++ b/ot_fullscrape.h @@ -8,4 +8,4 @@ size_t return_fullscrape_for_tracker( int *iovec_entries, struct iovec **iovector ); -#endif \ No newline at end of file +#endif diff --git a/ot_iovec.h b/ot_iovec.h index 7bf3046..a2d329d 100644 --- a/ot_iovec.h +++ b/ot_iovec.h @@ -11,4 +11,4 @@ void iovec_fixlast( int *iovec_entries, struct iovec **iovector, size_t new_al void iovec_free( int *iovec_entries, struct iovec **iovector ); size_t iovec_length( int *iovec_entries, struct iovec **iovector ); -#endif \ No newline at end of file +#endif