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 <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2017-09-14 22:02:41 +02:00
parent 4c8aba2add
commit f92d30f9e7
1 changed files with 1 additions and 1 deletions

View File

@ -138,4 +138,4 @@ OPJ_BOOL opj_sparse_array_int32_write(opj_sparse_array_int32_t* sa,
/*@}*/
#endif /* OPJ_SPARSE_ARRAY_H */
#endif /* OPJ_SPARSE_ARRAY_H */