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 ;;