Browse Source

[1259] removed a space char at EOL

JINMEI Tatuya 13 years ago
parent
commit
26691e282b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/xfrin/tests/Makefile.am

+ 1 - 1
src/lib/python/isc/xfrin/tests/Makefile.am

@@ -12,7 +12,7 @@ endif
 # test using command-line arguments, so use check-local target instead of TESTS
 check-local:
 if ENABLE_PYTHON_COVERAGE
-	touch $(abs_top_srcdir)/.coverage 
+	touch $(abs_top_srcdir)/.coverage
 	rm -f .coverage
 	${LN_S} $(abs_top_srcdir)/.coverage .coverage
 endif