aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2020-03-12 17:06:37 -0700
committerGuy Harris <guy@alum.mit.edu>2020-03-13 00:07:14 +0000
commitd73c0be3bf8d65189acffa6d32d6f2e5804942f2 (patch)
treeebe920667a6d68484824d3815eb2a0be12c5dbad
parent0c889d6f5cfdbf008a345fa3292ee468931ab49a (diff)
Remove trailing whitespace.
Change-Id: I88117a93e64feb310ecd0f9f558656b29b83e815 Reviewed-on: https://code.wireshark.org/review/36384 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--cmake/modules/FindPCAP.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/modules/FindPCAP.cmake b/cmake/modules/FindPCAP.cmake
index 8955345579..0a3d4de404 100644
--- a/cmake/modules/FindPCAP.cmake
+++ b/cmake/modules/FindPCAP.cmake
@@ -193,7 +193,7 @@ if(PCAP_FOUND)
#
# We check whether pcap_lib_version is defined in the pcap header,
# using it as a proxy for all the 0.8 API's. if not, we fail.
- #
+ #
check_symbol_exists( pcap_lib_version ${PCAP_INCLUDE_DIR}/pcap.h HAVE_PCAP_LIB_VERSION )
if( NOT HAVE_PCAP_LIB_VERSION )
message(FATAL_ERROR "You need WinPcap 3.1 or later, or Npcap")
@@ -217,7 +217,7 @@ if(PCAP_FOUND)
#
# We check whether pcap_lib_version is defined in the pcap header,
# using it as a proxy for all the 0.8 API's. if not, we fail.
- #
+ #
check_symbol_exists( pcap_lib_version ${PCAP_INCLUDE_DIR}/pcap.h HAVE_PCAP_LIB_VERSION )
if( NOT HAVE_PCAP_LIB_VERSION )
message(FATAL_ERROR "You need libpcap 0.8 or later")