Browse Source

[1643] removed redundant white space

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

+ 1 - 1
src/lib/python/isc/server_common/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