From 5f7d274ec5762cbdfc56379c66e20807bd93d2ec Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Wed, 11 Nov 2020 23:08:28 +0100 Subject: [PATCH] fix clang-format-xs formatting whole file regression of #1230 --- .github/workflows/clangformat/clang-format-xs | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clangformat/clang-format-xs b/.github/workflows/clangformat/clang-format-xs index dd93592e..a48eafe9 100755 --- a/.github/workflows/clangformat/clang-format-xs +++ b/.github/workflows/clangformat/clang-format-xs @@ -38,6 +38,7 @@ while :; do ;; --lines) lines+=("$2") + off_opts+=("$1" "$2") shift 2 continue ;;