From 478740cf2143ccd7ba8a56f524574b4fb69e13c4 Mon Sep 17 00:00:00 2001 From: Ari Koivula Date: Mon, 3 Feb 2014 16:32:54 +0200 Subject: [PATCH] Add missing new lines to ends of files. --- src/bitstream.c | 1 - src/config.c | 2 +- src/config.h | 2 +- src/global.h | 2 +- src/inter.c | 1 - src/nal.c | 2 +- src/sao.h | 2 +- tests/sad_tests.c | 1 - 8 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/bitstream.c b/src/bitstream.c index 30b10125..9d8196b8 100644 --- a/src/bitstream.c +++ b/src/bitstream.c @@ -263,4 +263,3 @@ void bitstream_flush(bitstream *stream) //Stream flushed, zero out the values bitstream_reinit(stream); } - diff --git a/src/config.c b/src/config.c index 049de61d..6104da5c 100644 --- a/src/config.c +++ b/src/config.c @@ -157,4 +157,4 @@ int config_read(config *cfg,int argc, char *argv[]) if(cfg->input == NULL || cfg->output == NULL) return 0; return 1; -} \ No newline at end of file +} diff --git a/src/config.h b/src/config.h index 74e09fa9..449030db 100644 --- a/src/config.h +++ b/src/config.h @@ -49,4 +49,4 @@ int config_init(config *cfg); int config_destroy(config *cfg); int config_read(config *cfg,int argc, char *argv[]); -#endif \ No newline at end of file +#endif diff --git a/src/global.h b/src/global.h index 216a94e4..94f67137 100644 --- a/src/global.h +++ b/src/global.h @@ -160,4 +160,4 @@ typedef int16_t coefficient; #define MAX_DOUBLE 1.7e+308 #endif -#endif \ No newline at end of file +#endif diff --git a/src/inter.c b/src/inter.c index cf89e298..2ab5b2ab 100644 --- a/src/inter.c +++ b/src/inter.c @@ -441,4 +441,3 @@ uint8_t inter_get_merge_cand(encoder_control *encoder, int32_t x_cu, int32_t y_c return candidates; } - diff --git a/src/nal.c b/src/nal.c index 7f536b8d..c9616467 100644 --- a/src/nal.c +++ b/src/nal.c @@ -133,4 +133,4 @@ void picture_checksum(const picture* pic, unsigned char checksum_out[][SEI_HASH_ /* The number of chroma pixels is half that of luma. */ array_checksum(pic->u_recdata, pic->height >> 1, pic->width >> 1, pic->width >> 1, checksum_out[1]); array_checksum(pic->v_recdata, pic->height >> 1, pic->width >> 1, pic->width >> 1, checksum_out[2]); -} \ No newline at end of file +} diff --git a/src/sao.h b/src/sao.h index 0d0a6c2c..fdf87f33 100644 --- a/src/sao.h +++ b/src/sao.h @@ -50,4 +50,4 @@ void sao_reconstruct(picture *pic, const pixel *old_rec, unsigned x_ctb, unsigned y_ctb, const sao_info *sao, color_index color_i); -#endif \ No newline at end of file +#endif diff --git a/tests/sad_tests.c b/tests/sad_tests.c index 124edba4..7c0787b0 100644 --- a/tests/sad_tests.c +++ b/tests/sad_tests.c @@ -236,4 +236,3 @@ SUITE(sad_tests) sad_setup(0); } -