From 26992ad1e48e9f8467bef5960785c59aafcaae16 Mon Sep 17 00:00:00 2001 From: Lauri Nurmi Date: Mon, 10 Feb 2025 15:12:08 +0200 Subject: [PATCH] Add newline to end of kiss_fft_log.h Some C(++) standard versions require source files to end with a newline. Some compiler versions may issue a warning about a missing newline. --- kiss_fft_log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss_fft_log.h b/kiss_fft_log.h index b5b631a..5012474 100644 --- a/kiss_fft_log.h +++ b/kiss_fft_log.h @@ -33,4 +33,4 @@ -#endif /* kiss_fft_log_h */ \ No newline at end of file +#endif /* kiss_fft_log_h */