diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-05-25 09:56:04 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-05-25 09:56:04 +0200 |
commit | 38e32cdf14e786bb818e18e73769d819794908b1 (patch) | |
tree | 1ff2fd00599d56526c0d6c3611a4804791665f9d /CMakeLists.txt | |
parent | 11736750e85850001075467ebb0ede1781278e4a (diff) | |
download | tcpdump-38e32cdf14e786bb818e18e73769d819794908b1.tar.gz |
Remove trailing spaces/tabs
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fb381e5..ff02c8bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -121,7 +121,7 @@ endif() # Get, parse, format and set tcpdump's version string from # [tcpdump_root]/VERSION for later use. - + # Get MAJOR, MINOR, PATCH & SUFFIX file(STRINGS ${tcpdump_SOURCE_DIR}/VERSION PACKAGE_VERSION |