mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-04 15:51:15 -03:00
Formatting fixes
This commit is contained in:
@@ -248,11 +248,8 @@ static void check_connection(void)
|
||||
static void env_universal_remove_all()
|
||||
{
|
||||
size_t i;
|
||||
|
||||
wcstring_list_t lst;
|
||||
env_universal_common_get_names(lst,
|
||||
1,
|
||||
1);
|
||||
env_universal_common_get_names(lst, true, true);
|
||||
for (i=0; i<lst.size(); i++)
|
||||
{
|
||||
const wcstring &key = lst.at(i);
|
||||
|
||||
Reference in New Issue
Block a user