From 74c9165190133af19c95584e4922ed749db0f9fe Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Mon, 29 Dec 2014 01:28:24 +0100 Subject: [PATCH] whitespace again --- src/support/tests/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/support/tests/CMakeLists.txt b/src/support/tests/CMakeLists.txt index f392211198..70a2ca7534 100644 --- a/src/support/tests/CMakeLists.txt +++ b/src/support/tests/CMakeLists.txt @@ -16,10 +16,10 @@ macro(sources _program) target_link_libraries(${_program} support ${Lyx_Boost_Libraries} ${QT_QTGUI_LIBRARY} ${QT_QTCORE_LIBRARY} ${ZLIB_LIBRARY} ${ICONV_LIBRARY}) - lyx_target_link_libraries(${_program} Magic) - if(CYGWIN) - target_link_libraries(${_program} shlwapi) - endif() + lyx_target_link_libraries(${_program} Magic) + if(CYGWIN) + target_link_libraries(${_program} shlwapi) + endif() endmacro() file(GLOB test_sources ${TOP_SRC_DIR}/src/support/tests/${LYX_CPP_FILES}) -- 2.39.2