build: fix syntax-check issues

* src/system.h, tests/local.mk: Fix indentation.
This commit is contained in:
Akim Demaille
2020-04-04 07:31:06 +02:00
parent 6c23b012b9
commit cb40f5c624
2 changed files with 5 additions and 5 deletions

View File

@@ -99,7 +99,7 @@ recheck: $(RUN_TESTSUITE_deps)
$(RUN_TESTSUITE) \
$$(perl -n \
-e 'eof && /^(\d+).*: FAILED/ && print "$$1 "' \
%D%/testsuite.dir/*/testsuite.log)
%D%/testsuite.dir/*/testsuite.log)
check-local: $(RUN_TESTSUITE_deps)
$(RUN_TESTSUITE)