From 24effe8cd6af4f6569b527f4f357985d25d39d7a Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Tue, 8 Oct 2019 14:16:11 -0400 Subject: [PATCH] Fixed clang -Wnewline-eof warning by adding newline to end of file --- modules/core/include/opencv2/core/cv_cpu_dispatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/include/opencv2/core/cv_cpu_dispatch.h b/modules/core/include/opencv2/core/cv_cpu_dispatch.h index c00f569f12..8e5ce35ba9 100644 --- a/modules/core/include/opencv2/core/cv_cpu_dispatch.h +++ b/modules/core/include/opencv2/core/cv_cpu_dispatch.h @@ -342,4 +342,4 @@ struct VZeroUpperGuard { #ifndef CV_WASM_SIMD # define CV_WASM_SIMD 0 -#endif \ No newline at end of file +#endif