summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
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 /CMakeLists.txt
parentc2a967aa6b9e8d0bacb3d6f1e07d4faf982dd484 (diff)
downloadtcpdump-ab450fb62de1125fbaa24d0e46c62c88323bea81.tar.gz
Remove trailing spaces
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 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*")