refactor: upgrade uncrustify configuration to version 0.75

This commit is contained in:
Dundar Goc
2022-05-06 00:46:30 +02:00
parent eb0cc2a62e
commit 544ef994df
3 changed files with 253 additions and 131 deletions

View File

@@ -854,7 +854,7 @@ Dictionary nvim_parse_cmd(String str, Dictionary opts, Error *err)
ADD(range, INTEGER_OBJ(ea.line1));
}
ADD(range, INTEGER_OBJ(ea.line2));
PUT(result, "range", ARRAY_OBJ(range));;
PUT(result, "range", ARRAY_OBJ(range));
} else {
PUT(result, "range", ARRAY_OBJ(ARRAY_DICT_INIT));
}