shithub: openh264

Download patch

ref: 8d34c68ad68e14202bfe1d11e6e94c8c0604a4b7
parent: 613a7a0ead137ec8b9998beaa7d8aea5b65bc5bc
author: Martin Storsjö <martin@martin.st>
date: Mon May 4 08:24:06 EDT 2015

Add a missing newline at the end of a file

Some tools (like git) complain if a file lacks a newline at
the end of a file, and some editors will automatically readd
it when editing such files.

--- a/test/encoder/EncUT_Sample.cpp
+++ b/test/encoder/EncUT_Sample.cpp
@@ -631,4 +631,4 @@
 GENERATE_SadFour_UT (WelsSampleSadFour8x16_AArch64_neon, WELS_CPU_NEON, 8, 16)
 GENERATE_SadFour_UT (WelsSampleSadFour16x8_AArch64_neon, WELS_CPU_NEON, 16, 8)
 GENERATE_SadFour_UT (WelsSampleSadFour16x16_AArch64_neon, WELS_CPU_NEON, 16, 16)
-#endif
\ No newline at end of file
+#endif