aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-04-18 12:23:07 +0000
committerlloyd <[email protected]>2015-04-18 12:23:07 +0000
commitc34de43cf4576feeddff637af3e156999ad9c989 (patch)
tree85705e2415eb8756baa223f49be1f7573239b672
parent2443574367b824909c727feeb25ee535c830a014 (diff)
Fix spaces vs tabs in makefile template. GH#78
-rw-r--r--src/build-data/makefile/coverage.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/makefile/coverage.in b/src/build-data/makefile/coverage.in
index 9547c4151..3dbbe686f 100644
--- a/src/build-data/makefile/coverage.in
+++ b/src/build-data/makefile/coverage.in
@@ -1,4 +1,4 @@
lcov:
lcov --directory build/obj/lib/ --directory src/lib --no-external --capture --output-file botan.info
- genhtml botan.info -o coverage/
+ genhtml botan.info -o coverage/