summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2019-08-16 13:52:46 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2019-08-16 13:52:46 +0200
commitab450fb62de1125fbaa24d0e46c62c88323bea81 (patch)
tree73cebb0b78c73697decd765ba845a192fe493c18
parentc2a967aa6b9e8d0bacb3d6f1e07d4faf982dd484 (diff)
downloadtcpdump-ab450fb62de1125fbaa24d0e46c62c88323bea81.tar.gz
Remove trailing spaces
-rw-r--r--CMakeLists.txt4
-rw-r--r--cmake/Modules/FindPCAP.cmake2
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fd341593..3dcbd510 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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*")
diff --git a/cmake/Modules/FindPCAP.cmake b/cmake/Modules/FindPCAP.cmake
index 35b9244f..3b83c7a7 100644
--- a/cmake/Modules/FindPCAP.cmake
+++ b/cmake/Modules/FindPCAP.cmake
@@ -135,7 +135,7 @@ else(WIN32)
endif()
endif()
endforeach()
-
+
#
# Now, get the library directories and libraries for dynamic linking.
#