diff options
| author | Stefan Weil <sw@weilnetz.de> | 2017-09-14 22:02:41 +0200 |
|---|---|---|
| committer | Stefan Weil <sw@weilnetz.de> | 2017-09-21 17:37:07 +0200 |
| commit | f92d30f9e7340f50294cca438c1fb62fb4fb03dd (patch) | |
| tree | 4a50c06ea611c1a822c53e36dae5f883e9c85c7b /src/lib/openjp2/sparse_array.h | |
| parent | 4c8aba2add074c4a8101156037e9ca7051bc4baf (diff) | |
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>
Diffstat (limited to 'src/lib/openjp2/sparse_array.h')
| -rw-r--r-- | src/lib/openjp2/sparse_array.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
