From 05d93757597c68fc986cbab165707c2ef9f7e3d1 Mon Sep 17 00:00:00 2001 From: Philippe FOUBERT Date: Mon, 11 Nov 2013 10:26:28 +0100 Subject: [PATCH] Trailing whitespace removal. --- modules/highgui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/highgui/CMakeLists.txt b/modules/highgui/CMakeLists.txt index 69ece1b8f6..c3ad7ca740 100644 --- a/modules/highgui/CMakeLists.txt +++ b/modules/highgui/CMakeLists.txt @@ -168,7 +168,7 @@ if(HAVE_XIMEA) ocv_include_directories(${XIMEA_PATH}) if(XIMEA_LIBRARY_DIR) link_directories("${XIMEA_LIBRARY_DIR}") - endif() + endif() if(X86_64) list(APPEND HIGHGUI_LIBRARIES m3apiX64) else()