From e08aca6c8569dd30ad34503cc9d2610b1a47678a Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Mon, 4 Jan 2021 12:14:42 +0100 Subject: [PATCH] fix clang-format-xs formatting whole file incomplete fix in #1234 --- .github/workflows/clangformat/clang-format-xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clangformat/clang-format-xs b/.github/workflows/clangformat/clang-format-xs index a48eafe9..3216210b 100755 --- a/.github/workflows/clangformat/clang-format-xs +++ b/.github/workflows/clangformat/clang-format-xs @@ -38,7 +38,7 @@ while :; do ;; --lines) lines+=("$2") - off_opts+=("$1" "$2") + options+=("$1" "$2") shift 2 continue ;;