]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Remove trailing spaces
authorFrancois-Xavier Le Bail <[email protected]>
Fri, 16 Aug 2019 11:52:46 +0000 (13:52 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Fri, 16 Aug 2019 11:52:46 +0000 (13:52 +0200)
CMakeLists.txt
cmake/Modules/FindPCAP.cmake

index fd3415933d7606860e84a1bb6591f6db1546979f..3dcbd510c36a6a33af65116e6a0f7173d85bf547 100644 (file)
@@ -31,12 +31,12 @@ if(MSVC)
         message(FATAL_ERROR "Visual Studio 2015 or later is required")
     endif()
 
-    # 
+    #
     # Treat source files as being in UTF-8 with MSVC if it's not using
     # the Clang front end.
     # We assume that UTF-8 source is OK with other compilers and with
     # MSVC if it's using the Clang front end.
-    # 
+    #
     if(NOT ${CMAKE_C_COMPILER} MATCHES "clang*")
         set(C_ADDITIONAL_FLAGS "${C_ADDITIONAL_FLAGS} /utf-8")
     endif(NOT ${CMAKE_C_COMPILER} MATCHES "clang*")
index 35b9244fe8ab342e7274903035f5bac05bd05b47..3b83c7a79fab45785ea6932df5f92251cab5d0b6 100644 (file)
@@ -135,7 +135,7 @@ else(WIN32)
           endif()
         endif()
       endforeach()
-        
+
       #
       # Now, get the library directories and libraries for dynamic linking.
       #