diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-06 12:50:22 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-06 12:50:22 +0200 |
commit | 9d64da9ed2e173209c34954287781fe6045551a3 (patch) | |
tree | 890a9a81042765b673daa1329334a212ec72b815 /m4 | |
parent | bd832ce81c1f9e6b1d69374c79014b79a85cd578 (diff) | |
download | libpam-x2go-9d64da9ed2e173209c34954287781fe6045551a3.tar.gz libpam-x2go-9d64da9ed2e173209c34954287781fe6045551a3.tar.bz2 libpam-x2go-9d64da9ed2e173209c34954287781fe6045551a3.zip |
White-space clean-up. Remove whitespaces at EOL.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gcov.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # * lcov # * genhtml # * gcovr -# +# # Sets ac_cv_check_gcov to yes if tooling is present # and reports the executables to the variables LCOV, GCOVR and GENHTML. AC_DEFUN([AC_TDD_GCOV], @@ -71,7 +71,7 @@ AC_DEFUN([AC_TDD_GCOV], # Add the special gcc flags COVERAGE_CFLAGS="-O0 -fprofile-arcs -ftest-coverage" - COVERAGE_CXXFLAGS="-O0 -fprofile-arcs -ftest-coverage" + COVERAGE_CXXFLAGS="-O0 -fprofile-arcs -ftest-coverage" COVERAGE_LDFLAGS="-lgcov" # Check availability of gcovr |