aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-06 12:50:22 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-06 12:50:22 +0200
commit9d64da9ed2e173209c34954287781fe6045551a3 (patch)
tree890a9a81042765b673daa1329334a212ec72b815 /m4
parentbd832ce81c1f9e6b1d69374c79014b79a85cd578 (diff)
downloadlibpam-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.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gcov.m4 b/m4/gcov.m4
index 3163584..d243eeb 100644
--- a/m4/gcov.m4
+++ b/m4/gcov.m4
@@ -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