Core: Kill again whitespace :/

This commit is contained in:
Vincent-Michael
2014-06-15 19:43:10 +02:00
parent 4688676f3e
commit 6332eaee9f
3 changed files with 4 additions and 4 deletions

View File

@@ -1714,7 +1714,7 @@ void Aura::HandleAuraSpecificPeriodics(AuraApplication const* aurApp, Unit* cast
break;
}
default:
break;
break;
}
}
}

View File

@@ -1139,7 +1139,7 @@ bool logChildren)
dataKind == DataIsGlobal ||
dataKind == DataIsStaticMember)
continue;
symbolDetails.top().HasChildren = true;
if (!logChildren)
@@ -1296,7 +1296,7 @@ DWORD_PTR WheatyExceptionReport::DereferenceUnsafePointer(DWORD_PTR address)
return *(PDWORD_PTR)address;
}
__except (EXCEPTION_EXECUTE_HANDLER)
{
{
return DWORD_PTR(-1);
}
}

View File

@@ -120,7 +120,7 @@ struct SymbolDetail
if (!formatted.empty())
formatted += " ";
formatted += Name;
}
}
if (!Value.empty())
formatted += " = " + Value;
return formatted;