From 75ecaa2173f327c1453bd36c2601b0833ecb905f Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Wed, 4 Nov 2020 17:25:42 +0100 Subject: Fix and run the Lint autocorrect script --- util/ci/lint_autocorrect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/ci') diff --git a/util/ci/lint_autocorrect.sh b/util/ci/lint_autocorrect.sh index a2ea40e6a..6a8881231 100644 --- a/util/ci/lint_autocorrect.sh +++ b/util/ci/lint_autocorrect.sh @@ -28,7 +28,7 @@ function perform_lint() { printf ":\n%s\n" "$d" fi - ${CLANG_FORMAT} "-i $f" + ${CLANG_FORMAT} -i "$f" fail=1 fi -- cgit v1.2.3