]> granicus.if.org Git - icinga2/commitdiff
Fix whitespace
authorJean-Marcel Flach <jean-marcel.flach@netways.de>
Fri, 27 Feb 2015 14:12:45 +0000 (15:12 +0100)
committerJean-Marcel Flach <jean-marcel.flach@netways.de>
Fri, 27 Feb 2015 14:13:07 +0000 (15:13 +0100)
plugins/CMakeLists.txt

index 35151f872c127ebffb9eff6ee8d9f3535b3f56f3..050b71b6c8ed0d7c56485daff8772e4b65abf2f9 100644 (file)
@@ -28,11 +28,11 @@ if ( WIN32 )
   
   list( APPEND check_SOURCES 
     check_disk.cpp check_load.cpp check_memory.cpp check_network.cpp check_ping.cpp check_procs.cpp
-               check_service.cpp check_swap.cpp check_update.cpp check_uptime.cpp check_users.cpp )
+    check_service.cpp check_swap.cpp check_update.cpp check_uptime.cpp check_users.cpp )
   
   foreach ( source ${check_SOURCES} ) 
     string ( REGEX REPLACE ".cpp\$" "" check_OUT "${source}" )
-               
+       
     add_executable ( ${check_OUT} ${source} )
     target_link_libraries( ${check_OUT} thresholds Shlwapi.lib ${Boost_PROGRAM_OPTIONS_LIBRARY} )
     
@@ -45,14 +45,14 @@ if ( WIN32 )
 
   target_link_libraries( check_load Pdh.lib )
   target_link_libraries( check_network Pdh.lib )
-       target_link_libraries( check_ping Ntdll.lib iphlpapi.lib Ws2_32.lib )
+  target_link_libraries( check_ping Ntdll.lib iphlpapi.lib Ws2_32.lib )
   target_link_libraries( check_procs Pdh.lib )
   target_link_libraries( check_uptime ${Boost_SYSTEM_LIBRARY} )
   target_link_libraries( check_users wtsapi32.lib )
 
   install (
     TARGETS check_disk check_load  check_memory check_network check_procs check_ping
-               check_service check_swap check_update check_uptime check_users
-    RUNTIME DESTINATION ${CMAKE_INSTALL_SBINDIR} )
-    
-endif()
\ No newline at end of file
+      check_service check_swap check_update check_uptime check_users
+      RUNTIME DESTINATION ${CMAKE_INSTALL_SBINDIR} )
+
+endif()