1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-13 05:03:45 -04:00

Merge pull request #1247 from ailin-nemui/clang-format-checker

fix clang-format-xs formatting whole file
This commit is contained in:
ailin-nemui 2021-01-04 16:17:59 +01:00 committed by GitHub
commit a1cbb8d28f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ while :; do
;; ;;
--lines) --lines)
lines+=("$2") lines+=("$2")
off_opts+=("$1" "$2") options+=("$1" "$2")
shift 2 shift 2
continue continue
;; ;;