Apply style fix

This commit is contained in:
Antz 2020-01-10 23:13:44 +00:00
parent 5531a0087d
commit 35405dd549
155 changed files with 10968 additions and 3660 deletions

View file

@ -176,7 +176,9 @@ class QueryNamedResult
for (size_t idx = 0; idx < mFieldNames.size(); ++idx)
{
if (mFieldNames[idx] == name)
{ return idx; }
{
return idx;
}
}
MANGOS_ASSERT(false && "unknown field name");
return uint32(-1);