Some codestyle changes.

This commit is contained in:
Alternative
2012-08-02 16:47:28 -04:00
parent f303782de4
commit dc7030ced6
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ public:
std::string disableTypeStr = "";
switch(disableType)
switch (disableType)
{
case DISABLE_TYPE_SPELL:
disableTypeStr = "spell";