1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-22 04:35:58 -04:00

fix clang-format-xs formatting whole file

incomplete fix in #1234
This commit is contained in:
Ailin Nemui 2021-01-04 12:14:42 +01:00
parent 581c43ed1e
commit e08aca6c85

View File

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