mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-24 05:41:14 -03:00
Reformat C++ files
This commit is contained in:
@@ -461,7 +461,8 @@ static int validate_arg(parser_t &parser, const argparse_cmd_opts_t &opts, optio
|
||||
if (is_long_flag) {
|
||||
vars.set_one(var_name_prefix + L"name", ENV_LOCAL | ENV_EXPORT, opt_spec->long_flag);
|
||||
} else {
|
||||
vars.set_one(var_name_prefix + L"name", ENV_LOCAL | ENV_EXPORT, wcstring(1, opt_spec->short_flag));
|
||||
vars.set_one(var_name_prefix + L"name", ENV_LOCAL | ENV_EXPORT,
|
||||
wcstring(1, opt_spec->short_flag));
|
||||
}
|
||||
vars.set_one(var_name_prefix + L"value", ENV_LOCAL | ENV_EXPORT, woptarg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user