From f92d30f9e7340f50294cca438c1fb62fb4fb03dd Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 14 Sep 2017 22:02:41 +0200 Subject: [PATCH] Add missing newline at end of file This fixes warnings from the clang compiler: /openjpeg/src/lib/openjp2/sparse_array.h:141:32: warning: no newline at end of file [-Wnewline-eof] Signed-off-by: Stefan Weil --- src/lib/openjp2/sparse_array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/openjp2/sparse_array.h b/src/lib/openjp2/sparse_array.h index 130fe13e..fd927eaa 100644 --- a/src/lib/openjp2/sparse_array.h +++ b/src/lib/openjp2/sparse_array.h @@ -138,4 +138,4 @@ OPJ_BOOL opj_sparse_array_int32_write(opj_sparse_array_int32_t* sa, /*@}*/ -#endif /* OPJ_SPARSE_ARRAY_H */ \ No newline at end of file +#endif /* OPJ_SPARSE_ARRAY_H */