Add missing newline at end of file 1024/head
authorStefan Weil <sw@weilnetz.de>
Thu, 14 Sep 2017 20:02:41 +0000 (22:02 +0200)
committerStefan Weil <sw@weilnetz.de>
Thu, 21 Sep 2017 15:37:07 +0000 (17:37 +0200)
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 <sw@weilnetz.de>
src/lib/openjp2/sparse_array.h

index 130fe13ef58f94036fd4ab45436d6fd01a627cf1..fd927eaa0b68bb3ec5ccb3a131e8ea90cf453f34 100644 (file)
@@ -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 */