diff --git a/mj2/mj2_convert.h b/mj2/mj2_convert.h index e1a7dc72..e02bd430 100644 --- a/mj2/mj2_convert.h +++ b/mj2/mj2_convert.h @@ -13,4 +13,4 @@ int yuvtoimage(FILE *yuvfile, mj2_tk_t * tk, j2k_image_t * img, int yuv_num_frames(mj2_tk_t * tk, FILE *f); -#endif \ No newline at end of file +#endif diff --git a/mj2/mj2_to_frames.c b/mj2/mj2_to_frames.c index 87a6a45b..770ab529 100644 --- a/mj2/mj2_to_frames.c +++ b/mj2/mj2_to_frames.c @@ -127,4 +127,4 @@ int main(int argc, char *argv[]) { //MEM return 0; -} \ No newline at end of file +}