diff --git a/Modules/CMakeBackwardCompatibilityC.cmake b/Modules/CMakeBackwardCompatibilityC.cmake index 775a5137db..ef06a2d594 100644 --- a/Modules/CMakeBackwardCompatibilityC.cmake +++ b/Modules/CMakeBackwardCompatibilityC.cmake @@ -73,4 +73,3 @@ CMAKE_USE_WIN32_THREADS CMAKE_X_CFLAGS CMAKE_X_LIBS ) - diff --git a/Modules/CMakeBackwardCompatibilityCXX.cmake b/Modules/CMakeBackwardCompatibilityCXX.cmake index 02744a9850..815d4839b2 100644 --- a/Modules/CMakeBackwardCompatibilityCXX.cmake +++ b/Modules/CMakeBackwardCompatibilityCXX.cmake @@ -46,4 +46,3 @@ if(NOT CMAKE_SKIP_COMPATIBILITY_TESTS) include(TestForSSTREAM) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS_SAVE}") endif() - diff --git a/Modules/CTestScriptMode.cmake b/Modules/CTestScriptMode.cmake index 7af3577e0e..b4bb5356b4 100644 --- a/Modules/CTestScriptMode.cmake +++ b/Modules/CTestScriptMode.cmake @@ -17,4 +17,3 @@ include(CMakeDetermineSystem) # Also load the system specific file, which sets up e.g. the search paths. # This makes the FIND_XXX() calls work much better include(CMakeSystemSpecificInformation) - diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake index 361001205e..3a6afd555a 100644 --- a/Modules/Dart.cmake +++ b/Modules/Dart.cmake @@ -141,4 +141,3 @@ endif() # # End of Dart.cmake # - diff --git a/Modules/FindCUDA/parse_cubin.cmake b/Modules/FindCUDA/parse_cubin.cmake index 626c8a2e47..25ceb49f3d 100644 --- a/Modules/FindCUDA/parse_cubin.cmake +++ b/Modules/FindCUDA/parse_cubin.cmake @@ -107,5 +107,3 @@ if (NOT "${file_text}" STREQUAL "") else() # message("FOUND NO DEPENDS") endif() - - diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake index 9174bee1f2..6d764bda96 100644 --- a/Modules/FindQt4.cmake +++ b/Modules/FindQt4.cmake @@ -1343,4 +1343,3 @@ set (QT_UIC_EXE ${QT_UIC_EXECUTABLE} ) set( QT_QT_LIBRARY "") set(QT4_FOUND ${Qt4_FOUND}) set(QT_FOUND ${Qt4_FOUND}) - diff --git a/Modules/ITKCompatibility.cmake b/Modules/ITKCompatibility.cmake index 7d211b61e5..b3d5a6f1d5 100644 --- a/Modules/ITKCompatibility.cmake +++ b/Modules/ITKCompatibility.cmake @@ -4,4 +4,3 @@ # work around an old bug in ITK prior to version 3.0 set(TIFF_RIGHT_VERSION 1) - diff --git a/Modules/KDE3Macros.cmake b/Modules/KDE3Macros.cmake index 42f6d2c97a..787ce0f7b6 100644 --- a/Modules/KDE3Macros.cmake +++ b/Modules/KDE3Macros.cmake @@ -399,5 +399,3 @@ macro(KDE3_ADD_EXECUTABLE _target_NAME ) # endif () endmacro() - - diff --git a/Modules/Platform/BSDOS.cmake b/Modules/Platform/BSDOS.cmake index 47852f8e13..54a156b4db 100644 --- a/Modules/Platform/BSDOS.cmake +++ b/Modules/Platform/BSDOS.cmake @@ -1,2 +1 @@ include(Platform/UnixPaths) - diff --git a/Modules/Platform/Generic-ADSP-ASM.cmake b/Modules/Platform/Generic-ADSP-ASM.cmake index e718bece2b..ed729f4aef 100644 --- a/Modules/Platform/Generic-ADSP-ASM.cmake +++ b/Modules/Platform/Generic-ADSP-ASM.cmake @@ -4,4 +4,3 @@ set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS asm) set(CMAKE_ASM_OUTPUT_EXTENSION ".doj" ) set(CMAKE_ASM_COMPILE_OBJECT " -proc ${ADSP_PROCESSOR} -si-revision ${ADSP_PROCESSOR_SILICIUM_REVISION} -o ") - diff --git a/Modules/Platform/HP-UX.cmake b/Modules/Platform/HP-UX.cmake index 425a13f451..7aa6aa41fd 100644 --- a/Modules/Platform/HP-UX.cmake +++ b/Modules/Platform/HP-UX.cmake @@ -44,4 +44,3 @@ foreach(type SHARED_LIBRARY SHARED_MODULE EXE) set(CMAKE_${type}_LINK_DYNAMIC_${lang}_FLAGS "-Wl,-a,default") endforeach() endforeach() - diff --git a/Modules/Platform/MP-RAS.cmake b/Modules/Platform/MP-RAS.cmake index fe8d81a1b5..4cbfd8e3e7 100644 --- a/Modules/Platform/MP-RAS.cmake +++ b/Modules/Platform/MP-RAS.cmake @@ -10,5 +10,3 @@ else() endif() include(Platform/UnixPaths) - - diff --git a/Modules/Platform/Tru64.cmake b/Modules/Platform/Tru64.cmake index 47852f8e13..54a156b4db 100644 --- a/Modules/Platform/Tru64.cmake +++ b/Modules/Platform/Tru64.cmake @@ -1,2 +1 @@ include(Platform/UnixPaths) - diff --git a/Modules/Platform/Windows.cmake b/Modules/Platform/Windows.cmake index af7335b517..449188ef97 100644 --- a/Modules/Platform/Windows.cmake +++ b/Modules/Platform/Windows.cmake @@ -43,4 +43,3 @@ include(Platform/WindowsPaths) #set(CMAKE_START_TEMP_FILE "") #set(CMAKE_END_TEMP_FILE "") #set(CMAKE_VERBOSE_MAKEFILE 1) - diff --git a/Modules/Platform/Xenix.cmake b/Modules/Platform/Xenix.cmake index 47852f8e13..54a156b4db 100644 --- a/Modules/Platform/Xenix.cmake +++ b/Modules/Platform/Xenix.cmake @@ -1,2 +1 @@ include(Platform/UnixPaths) - diff --git a/Modules/Platform/eCos.cmake b/Modules/Platform/eCos.cmake index 25db028a74..d6407d03c1 100644 --- a/Modules/Platform/eCos.cmake +++ b/Modules/Platform/eCos.cmake @@ -62,4 +62,3 @@ set(CMAKE_CXX_LINK_SHARED_LIBRARY ) set(CMAKE_CXX_LINK_MODULE_LIBRARY ) set(CMAKE_C_LINK_SHARED_LIBRARY ) set(CMAKE_C_LINK_MODULE_LIBRARY ) - diff --git a/Modules/Platform/gas.cmake b/Modules/Platform/gas.cmake index 8484076d53..12060f7859 100644 --- a/Modules/Platform/gas.cmake +++ b/Modules/Platform/gas.cmake @@ -16,4 +16,3 @@ set(CMAKE_ASM${ASM_DIALECT}_LINK_EXECUTABLE # to be done set(CMAKE_ASM${ASM_DIALECT}_CREATE_SHARED_LIBRARY) set(CMAKE_ASM${ASM_DIALECT}_CREATE_SHARED_MODULE) - diff --git a/Modules/Qt4ConfigDependentSettings.cmake b/Modules/Qt4ConfigDependentSettings.cmake index 4699ecdad2..5ef0351dfe 100644 --- a/Modules/Qt4ConfigDependentSettings.cmake +++ b/Modules/Qt4ConfigDependentSettings.cmake @@ -287,4 +287,3 @@ if(Q_WS_MAC) set(QT_QTCORE_LIB_DEPENDENCIES ${QT_QTCORE_LIB_DEPENDENCIES} "-framework ApplicationServices") endif() - diff --git a/Modules/SystemInformation.cmake b/Modules/SystemInformation.cmake index 97f385612c..0ef48885dd 100644 --- a/Modules/SystemInformation.cmake +++ b/Modules/SystemInformation.cmake @@ -88,4 +88,3 @@ DUMP_FILE("../CMakeFiles/CMakeSystem.cmake") foreach (EXTRA_FILE ${EXTRA_DUMP_FILES}) DUMP_FILE("${EXTRA_FILE}") endforeach () - diff --git a/Modules/TestForANSIForScope.cmake b/Modules/TestForANSIForScope.cmake index b1a12cfaa9..d73b1df8b3 100644 --- a/Modules/TestForANSIForScope.cmake +++ b/Modules/TestForANSIForScope.cmake @@ -30,8 +30,3 @@ if(NOT DEFINED CMAKE_ANSI_FOR_SCOPE) "Does the compiler support ansi for scope.") endif () endif() - - - - - diff --git a/Modules/TestForANSIStreamHeaders.cmake b/Modules/TestForANSIStreamHeaders.cmake index e532a71b73..d4cfa2d829 100644 --- a/Modules/TestForANSIStreamHeaders.cmake +++ b/Modules/TestForANSIStreamHeaders.cmake @@ -29,5 +29,3 @@ if(NOT CMAKE_NO_ANSI_STREAM_HEADERS) mark_as_advanced(CMAKE_NO_ANSI_STREAM_HEADERS) endif() - - diff --git a/Modules/TestForSSTREAM.cmake b/Modules/TestForSSTREAM.cmake index e2cc5b01a9..9780269c83 100644 --- a/Modules/TestForSSTREAM.cmake +++ b/Modules/TestForSSTREAM.cmake @@ -29,7 +29,3 @@ if(NOT DEFINED CMAKE_HAS_ANSI_STRING_STREAM) "Does the compiler support sstream") endif () endif() - - - - diff --git a/Modules/TestForSTDNamespace.cmake b/Modules/TestForSTDNamespace.cmake index 61e922d0a1..31ed993d7a 100644 --- a/Modules/TestForSTDNamespace.cmake +++ b/Modules/TestForSTDNamespace.cmake @@ -29,7 +29,3 @@ if(NOT DEFINED CMAKE_STD_NAMESPACE) "Does the compiler support std::.") endif () endif() - - - - diff --git a/Modules/UseEcos.cmake b/Modules/UseEcos.cmake index 5e6f606bfe..f2632114f1 100644 --- a/Modules/UseEcos.cmake +++ b/Modules/UseEcos.cmake @@ -243,4 +243,3 @@ macro(ECOS_ADD_EXECUTABLE _exe_NAME ) COMMAND ${ECOS_ARCH_PREFIX}objdump -S -x -d -C ${CMAKE_CURRENT_BINARY_DIR}/${_exe_NAME}.elf >> ${CMAKE_CURRENT_BINARY_DIR}/${_exe_NAME}.lst ) endmacro() - diff --git a/Modules/VTKCompatibility.cmake b/Modules/VTKCompatibility.cmake index 4ee7643c20..c0b8b2221a 100644 --- a/Modules/VTKCompatibility.cmake +++ b/Modules/VTKCompatibility.cmake @@ -43,4 +43,3 @@ set(TIFF_RIGHT_VERSION 1) macro(SOURCE_FILES) message (FATAL_ERROR "You are trying to build a very old version of VTK (prior to VTK 4.2). To do this you need to use CMake 2.0 as it was the last version of CMake to support VTK 4.0.") endmacro() - diff --git a/Modules/kde3uic.cmake b/Modules/kde3uic.cmake index b1f73d53e1..cf0a57fa14 100644 --- a/Modules/kde3uic.cmake +++ b/Modules/kde3uic.cmake @@ -19,4 +19,3 @@ string(REGEX REPLACE "tr2i18n\\(\"\", \"\"\\)" "QString::null" _uic_CONTENTS "${ file(WRITE ${KDE_UIC_CPP_FILE} "#include \n#include \n\n") file(APPEND ${KDE_UIC_CPP_FILE} "${_uic_CONTENTS}") - diff --git a/Source/QtDialog/QtDialogCPack.cmake.in b/Source/QtDialog/QtDialogCPack.cmake.in index 7ae8605481..a94ebe0f82 100644 --- a/Source/QtDialog/QtDialogCPack.cmake.in +++ b/Source/QtDialog/QtDialogCPack.cmake.in @@ -11,5 +11,3 @@ if(CMAKE_PACKAGE_QTGUI) set(CPACK_SET_DESTDIR TRUE) endif() endif() - - diff --git a/Templates/CPack.GenericDescription.txt b/Templates/CPack.GenericDescription.txt index 712ee145f4..43c83e5658 100644 --- a/Templates/CPack.GenericDescription.txt +++ b/Templates/CPack.GenericDescription.txt @@ -2,4 +2,3 @@ DESCRIPTION =========== This is an installer created using CPack (https://cmake.org). No additional installation instructions provided. - diff --git a/Templates/CPack.GenericLicense.txt b/Templates/CPack.GenericLicense.txt index 09c6218412..50861ea6f5 100644 --- a/Templates/CPack.GenericLicense.txt +++ b/Templates/CPack.GenericLicense.txt @@ -2,4 +2,3 @@ LICENSE ======= This is an installer created using CPack (https://cmake.org). No license provided. - diff --git a/Tests/BundleGeneratorTest/StartupCommand b/Tests/BundleGeneratorTest/StartupCommand index 5bc5ad2370..9776772545 100755 --- a/Tests/BundleGeneratorTest/StartupCommand +++ b/Tests/BundleGeneratorTest/StartupCommand @@ -9,4 +9,3 @@ echo "RESOURCES: $RESOURCES" export DYLD_LIBRARY_PATH=$RESOURCES/lib exec "$RESOURCES/bin/Executable" - diff --git a/Tests/BundleTest/randomResourceFile.plist.in b/Tests/BundleTest/randomResourceFile.plist.in index cfe3222b68..10e02d2801 100644 --- a/Tests/BundleTest/randomResourceFile.plist.in +++ b/Tests/BundleTest/randomResourceFile.plist.in @@ -6,4 +6,3 @@ CMake - diff --git a/Tests/Complex/Executable/Included.cmake b/Tests/Complex/Executable/Included.cmake index 520a68be17..3c7ec8b59d 100644 --- a/Tests/Complex/Executable/Included.cmake +++ b/Tests/Complex/Executable/Included.cmake @@ -1,2 +1 @@ get_directory_property(LF_VALUE LISTFILE_STACK) - diff --git a/Tests/Complex/cmTestConfigure.h.in b/Tests/Complex/cmTestConfigure.h.in index 72317bcc8f..96045d1bd5 100644 --- a/Tests/Complex/cmTestConfigure.h.in +++ b/Tests/Complex/cmTestConfigure.h.in @@ -77,4 +77,3 @@ // test parenthesis in conditionals #cmakedefine CONDITIONAL_PARENTHESES - diff --git a/Tests/ComplexOneConfig/Executable/Included.cmake b/Tests/ComplexOneConfig/Executable/Included.cmake index 520a68be17..3c7ec8b59d 100644 --- a/Tests/ComplexOneConfig/Executable/Included.cmake +++ b/Tests/ComplexOneConfig/Executable/Included.cmake @@ -1,2 +1 @@ get_directory_property(LF_VALUE LISTFILE_STACK) - diff --git a/Tests/ComplexOneConfig/cmTestConfigure.h.in b/Tests/ComplexOneConfig/cmTestConfigure.h.in index 72317bcc8f..96045d1bd5 100644 --- a/Tests/ComplexOneConfig/cmTestConfigure.h.in +++ b/Tests/ComplexOneConfig/cmTestConfigure.h.in @@ -77,4 +77,3 @@ // test parenthesis in conditionals #cmakedefine CONDITIONAL_PARENTHESES - diff --git a/Tests/CustomCommand/GeneratedHeader/CMakeLists.txt b/Tests/CustomCommand/GeneratedHeader/CMakeLists.txt index f7308e8905..d1c6046a55 100644 --- a/Tests/CustomCommand/GeneratedHeader/CMakeLists.txt +++ b/Tests/CustomCommand/GeneratedHeader/CMakeLists.txt @@ -10,4 +10,3 @@ add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/generated.h ) add_library(GeneratedHeader main.cpp ${CMAKE_CURRENT_BINARY_DIR}/generated.h) - diff --git a/Tests/CustomCommand/foo.in b/Tests/CustomCommand/foo.in index 15d2d2cd8e..69bb6cb820 100644 --- a/Tests/CustomCommand/foo.in +++ b/Tests/CustomCommand/foo.in @@ -29,4 +29,3 @@ int main () return -1; } - diff --git a/Tests/CustomCommandWorkingDirectory/working.c.in b/Tests/CustomCommandWorkingDirectory/working.c.in index cf75bd1645..e026ff13a3 100644 --- a/Tests/CustomCommandWorkingDirectory/working.c.in +++ b/Tests/CustomCommandWorkingDirectory/working.c.in @@ -4,4 +4,3 @@ int main() { return customTarget(); } - diff --git a/Tests/Dependency/Case1/CMakeLists.txt b/Tests/Dependency/Case1/CMakeLists.txt index 4c5fc20375..da9f54cd09 100644 --- a/Tests/Dependency/Case1/CMakeLists.txt +++ b/Tests/Dependency/Case1/CMakeLists.txt @@ -16,4 +16,3 @@ target_link_libraries(case1d case1c) add_executable(hello main.c) target_link_libraries(hello case1c case1b case1d case1c) - diff --git a/Tests/Dependency/Eight/CMakeLists.txt b/Tests/Dependency/Eight/CMakeLists.txt index db5e2dfb5b..6e761d62e8 100644 --- a/Tests/Dependency/Eight/CMakeLists.txt +++ b/Tests/Dependency/Eight/CMakeLists.txt @@ -1,3 +1,2 @@ add_library( Eight EightSrc.c ) target_link_libraries( Eight Seven ) - diff --git a/Tests/Dependency/Exec/CMakeLists.txt b/Tests/Dependency/Exec/CMakeLists.txt index a9206857f3..417477a114 100644 --- a/Tests/Dependency/Exec/CMakeLists.txt +++ b/Tests/Dependency/Exec/CMakeLists.txt @@ -4,4 +4,3 @@ link_libraries( NoDepB NoDepC NoDepA SixB SixA ) add_executable( exec ExecMain.c ) - diff --git a/Tests/Dependency/Exec2/CMakeLists.txt b/Tests/Dependency/Exec2/CMakeLists.txt index 04d6fe8103..ae439c504f 100644 --- a/Tests/Dependency/Exec2/CMakeLists.txt +++ b/Tests/Dependency/Exec2/CMakeLists.txt @@ -9,4 +9,3 @@ link_libraries( Eight Five ) add_executable( exec2 ExecMain.c ) - diff --git a/Tests/Dependency/Exec3/CMakeLists.txt b/Tests/Dependency/Exec3/CMakeLists.txt index 605fbc9f1d..7f981d6621 100644 --- a/Tests/Dependency/Exec3/CMakeLists.txt +++ b/Tests/Dependency/Exec3/CMakeLists.txt @@ -3,4 +3,3 @@ link_libraries( Five Two Eight Five ) add_executable( exec3 ExecMain.c ) - diff --git a/Tests/Dependency/Exec4/CMakeLists.txt b/Tests/Dependency/Exec4/CMakeLists.txt index 94c6bf588b..036d5e8c40 100644 --- a/Tests/Dependency/Exec4/CMakeLists.txt +++ b/Tests/Dependency/Exec4/CMakeLists.txt @@ -3,4 +3,3 @@ link_libraries( Five Two Five ) add_executable( exec4 ExecMain.c ) - diff --git a/Tests/Dependency/Five/CMakeLists.txt b/Tests/Dependency/Five/CMakeLists.txt index 19c1c77d32..03b3d01ab0 100644 --- a/Tests/Dependency/Five/CMakeLists.txt +++ b/Tests/Dependency/Five/CMakeLists.txt @@ -1,3 +1,2 @@ add_library( Five FiveSrc.c ) target_link_libraries( Five Two ) - diff --git a/Tests/Dependency/Seven/CMakeLists.txt b/Tests/Dependency/Seven/CMakeLists.txt index 7fba55cb9e..c5c585b67a 100644 --- a/Tests/Dependency/Seven/CMakeLists.txt +++ b/Tests/Dependency/Seven/CMakeLists.txt @@ -1,3 +1,2 @@ add_library( Seven SevenSrc.c ) target_link_libraries( Seven Two ) - diff --git a/Tests/Dependency/Six/CMakeLists.txt b/Tests/Dependency/Six/CMakeLists.txt index db12051e2e..05eecdb558 100644 --- a/Tests/Dependency/Six/CMakeLists.txt +++ b/Tests/Dependency/Six/CMakeLists.txt @@ -9,4 +9,3 @@ add_library( SixA SixASrc.c ) add_library( SixB SixBSrc.c ) target_link_libraries( SixB Four ) - diff --git a/Tests/Dependency/Three/CMakeLists.txt b/Tests/Dependency/Three/CMakeLists.txt index 3897f0cddf..4880243f7d 100644 --- a/Tests/Dependency/Three/CMakeLists.txt +++ b/Tests/Dependency/Three/CMakeLists.txt @@ -1,3 +1,2 @@ add_library( Three ThreeSrc.c ) target_link_libraries( Three One Four ) - diff --git a/Tests/FindPackageTest/Baz 1.1/BazConfigVersion.cmake b/Tests/FindPackageTest/Baz 1.1/BazConfigVersion.cmake index 979bbdf18c..5b0261aa25 100644 --- a/Tests/FindPackageTest/Baz 1.1/BazConfigVersion.cmake +++ b/Tests/FindPackageTest/Baz 1.1/BazConfigVersion.cmake @@ -5,4 +5,3 @@ if("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL 1) set(PACKAGE_VERSION_EXACT 1) endif() endif() - diff --git a/Tests/FindPackageTest/Baz 1.2/CMake/BazConfigVersion.cmake b/Tests/FindPackageTest/Baz 1.2/CMake/BazConfigVersion.cmake index 17caaa7280..b37bc8e223 100644 --- a/Tests/FindPackageTest/Baz 1.2/CMake/BazConfigVersion.cmake +++ b/Tests/FindPackageTest/Baz 1.2/CMake/BazConfigVersion.cmake @@ -5,4 +5,3 @@ if("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL 1) set(PACKAGE_VERSION_EXACT 1) endif() endif() - diff --git a/Tests/FindPackageTest/lib/cmake/zot-4.0/zot-config-version.cmake b/Tests/FindPackageTest/lib/cmake/zot-4.0/zot-config-version.cmake index bcefcd746e..822b449661 100644 --- a/Tests/FindPackageTest/lib/cmake/zot-4.0/zot-config-version.cmake +++ b/Tests/FindPackageTest/lib/cmake/zot-4.0/zot-config-version.cmake @@ -5,4 +5,3 @@ if("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL 4) set(PACKAGE_VERSION_EXACT 1) endif() endif() - diff --git a/Tests/FindPackageTest/lib/zot-2.0/zot-config-version.cmake b/Tests/FindPackageTest/lib/zot-2.0/zot-config-version.cmake index db3a8a40c8..3b146642a7 100644 --- a/Tests/FindPackageTest/lib/zot-2.0/zot-config-version.cmake +++ b/Tests/FindPackageTest/lib/zot-2.0/zot-config-version.cmake @@ -2,4 +2,3 @@ set(PACKAGE_VERSION 2.0) if("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL 2) set(PACKAGE_VERSION_COMPATIBLE 1) endif() - diff --git a/Tests/FindPackageTest/lib/zot-3.0/zot-config-version.cmake b/Tests/FindPackageTest/lib/zot-3.0/zot-config-version.cmake index dd9c939c52..a4d45a437d 100644 --- a/Tests/FindPackageTest/lib/zot-3.0/zot-config-version.cmake +++ b/Tests/FindPackageTest/lib/zot-3.0/zot-config-version.cmake @@ -2,4 +2,3 @@ set(PACKAGE_VERSION 3.0) if("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL 3) set(PACKAGE_VERSION_COMPATIBLE 1) endif() - diff --git a/Tests/FindPackageTest/lib/zot-3.1/zot-config-version.cmake b/Tests/FindPackageTest/lib/zot-3.1/zot-config-version.cmake index 8fa767ea10..31573b90a0 100644 --- a/Tests/FindPackageTest/lib/zot-3.1/zot-config-version.cmake +++ b/Tests/FindPackageTest/lib/zot-3.1/zot-config-version.cmake @@ -5,4 +5,3 @@ if("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL 3) set(PACKAGE_VERSION_EXACT 1) endif() endif() - diff --git a/Tests/FindPackageTest/lib/zot/zot-config-version.cmake b/Tests/FindPackageTest/lib/zot/zot-config-version.cmake index 430f009e14..093776f98c 100644 --- a/Tests/FindPackageTest/lib/zot/zot-config-version.cmake +++ b/Tests/FindPackageTest/lib/zot/zot-config-version.cmake @@ -7,4 +7,3 @@ if("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL 3) set(PACKAGE_VERSION_EXACT 1) endif() endif() - diff --git a/Tests/Fortran/hello.f b/Tests/Fortran/hello.f index aa0de77150..63e64080de 100644 --- a/Tests/Fortran/hello.f +++ b/Tests/Fortran/hello.f @@ -3,4 +3,3 @@ PRINT *, 'Hello' END - diff --git a/Tests/Fortran/testf.f b/Tests/Fortran/testf.f index abf6c6df7d..4909181084 100644 --- a/Tests/Fortran/testf.f +++ b/Tests/Fortran/testf.f @@ -4,4 +4,3 @@ CALL WORLD() END - diff --git a/Tests/Fortran/world.f b/Tests/Fortran/world.f index 0487dffe46..deae3fa723 100644 --- a/Tests/Fortran/world.f +++ b/Tests/Fortran/world.f @@ -3,4 +3,3 @@ PRINT *, 'World!' END - diff --git a/Tests/Java/HelloWorld.java b/Tests/Java/HelloWorld.java index 995ee4853e..8d00940ec2 100644 --- a/Tests/Java/HelloWorld.java +++ b/Tests/Java/HelloWorld.java @@ -8,4 +8,3 @@ class HelloWorld System.out.println("Hello World!"); } } - diff --git a/Tests/LoadCommand/CMakeLists.txt b/Tests/LoadCommand/CMakeLists.txt index d892703489..891b534f99 100644 --- a/Tests/LoadCommand/CMakeLists.txt +++ b/Tests/LoadCommand/CMakeLists.txt @@ -50,4 +50,3 @@ endif () if (TEST_DEF AND SOME_CACHE_VARIABLE AND TEST_EXEC) add_definitions(-DCMAKE_IS_FUN) endif () - diff --git a/Tests/LoadCommandOneConfig/CMakeLists.txt b/Tests/LoadCommandOneConfig/CMakeLists.txt index ac304e37b3..ff68ae60ae 100644 --- a/Tests/LoadCommandOneConfig/CMakeLists.txt +++ b/Tests/LoadCommandOneConfig/CMakeLists.txt @@ -56,4 +56,3 @@ endif () if (TEST_DEF AND SOME_CACHE_VARIABLE AND TEST_EXEC) add_definitions(-DCMAKE_IS_FUN) endif () - diff --git a/Tests/MathTest/CMakeLists.txt b/Tests/MathTest/CMakeLists.txt index 6cafcc02bd..dad3970e3a 100644 --- a/Tests/MathTest/CMakeLists.txt +++ b/Tests/MathTest/CMakeLists.txt @@ -52,4 +52,3 @@ configure_file( include_directories("${CMAKE_CURRENT_BINARY_DIR}") add_executable(MathTest MathTestExec.cxx) - diff --git a/Tests/MumpsCoverage/ZZCOVTST.mcov b/Tests/MumpsCoverage/ZZCOVTST.mcov index e1fa18cadd..f3bd40bf90 100644 --- a/Tests/MumpsCoverage/ZZCOVTST.mcov +++ b/Tests/MumpsCoverage/ZZCOVTST.mcov @@ -37,5 +37,3 @@ GT.M 15-AUG-2014 10:14:32 ZWR ^ZZCOVERAGE("ZZCOVTST","T6",4)="1:0:0:0:41" ^ZZCOVERAGE("ZZCOVTST","T6",5)="1:0:0:0:34" ^ZZCOVERAGE("ZZCOVTST","T6",6)="1:0:0:0:38" - - diff --git a/Tests/NewlineArgs/libcxx2.h.in b/Tests/NewlineArgs/libcxx2.h.in index bdf9cfa93d..0ece5104e7 100644 --- a/Tests/NewlineArgs/libcxx2.h.in +++ b/Tests/NewlineArgs/libcxx2.h.in @@ -3,4 +3,3 @@ #define TEST_FLAG_3 #endif #endif - diff --git a/Tests/PreOrder/Library/CMakeLists.txt b/Tests/PreOrder/Library/CMakeLists.txt index 018ffa5e25..effad96064 100644 --- a/Tests/PreOrder/Library/CMakeLists.txt +++ b/Tests/PreOrder/Library/CMakeLists.txt @@ -1,2 +1 @@ add_library(simpleLib simpleLib.cxx ) - diff --git a/Tests/SubDirSpaces/CMakeLists.txt b/Tests/SubDirSpaces/CMakeLists.txt index 050ce93d60..de21068f13 100644 --- a/Tests/SubDirSpaces/CMakeLists.txt +++ b/Tests/SubDirSpaces/CMakeLists.txt @@ -74,4 +74,3 @@ add_executable(TestWithAuxSourceDir ${SOURCES}) if(CMAKE_PAREN) target_link_libraries(TestWithAuxSourceDir testOddPath) endif() - diff --git a/Tests/TestDriver/CMakeLists.txt b/Tests/TestDriver/CMakeLists.txt index 20b265d892..070a034168 100644 --- a/Tests/TestDriver/CMakeLists.txt +++ b/Tests/TestDriver/CMakeLists.txt @@ -12,4 +12,3 @@ create_test_sourcelist(testSrcs EXTRA_INCLUDE testArgs.h FUNCTION testProccessArgs) add_executable(TestDriverTest ${testSrcs} ${Extra_SRCS}) - diff --git a/Tests/Testing/DartConfig.cmake b/Tests/Testing/DartConfig.cmake index de6ea4b412..7c2171b3d5 100644 --- a/Tests/Testing/DartConfig.cmake +++ b/Tests/Testing/DartConfig.cmake @@ -21,4 +21,3 @@ set (TRIGGER_SITE "") # set (SMTP_MAILHOST "") # set (CONTINUOUS_MONITOR_LIST "") # set (CONTINUOUS_BASE_URL "") -