1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

fix clang-format-xs formatting whole file

regression of #1230
This commit is contained in:
Ailin Nemui 2020-11-11 23:08:28 +01:00
parent e0292665c1
commit 5f7d274ec5

View File

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