Fix indentation of switch statements

This commit is contained in:
ridiculousfish
2012-11-19 00:31:03 -08:00
parent 7d63900fb8
commit 26678682ca
40 changed files with 7015 additions and 7014 deletions

26
env.cpp
View File

@@ -393,21 +393,21 @@ static void universal_callback(fish_message_type_t type,
switch (type)
{
case SET:
case SET_EXPORT:
{
str=L"SET";
break;
}
case SET:
case SET_EXPORT:
{
str=L"SET";
break;
}
case ERASE:
{
str=L"ERASE";
break;
}
case ERASE:
{
str=L"ERASE";
break;
}
default:
break;
default:
break;
}
if (str)