Reformat source files with clang-format

This commit is contained in:
ridiculousfish
2021-04-21 13:31:58 -07:00
parent f21e015f1b
commit 0a559ac457
24 changed files with 101 additions and 101 deletions

View File

@@ -436,7 +436,6 @@ maybe_t<split_var_t> split_var_and_indexes(const wchar_t *arg, env_mode_flags_t
return res;
}
/// Given a list of values and 1-based indexes, return a new list, with those elements removed.
/// Note this deliberately accepts both args by value, as it modifies them both.
static wcstring_list_t erased_at_indexes(wcstring_list_t input, std::vector<long> indexes) {