mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-26 02:51:16 -03:00
Apply clang-format 10 and selected lints from "make lint-all"
This commit is contained in:
@@ -559,7 +559,7 @@ unique_ptr<expression> test_parser::parse_args(const wcstring_list_t &args, wcst
|
||||
int narg = 0;
|
||||
int len_to_err = 0;
|
||||
wcstring commandline;
|
||||
for (auto arg : args) {
|
||||
for (const wcstring &arg : args) {
|
||||
if (narg > 0) {
|
||||
commandline.append(L" ");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user