mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 19:37:04 +00:00
Apply style fix pt5
This commit is contained in:
parent
4727d8846f
commit
1a1110b4f7
67 changed files with 648 additions and 214 deletions
|
|
@ -61,7 +61,9 @@ bool QueryResultMysql::NextRow()
|
|||
}
|
||||
|
||||
for (uint32 i = 0; i < mFieldCount; ++i)
|
||||
{ mCurrentRow[i].SetValue(row[i]); }
|
||||
{
|
||||
mCurrentRow[i].SetValue(row[i]);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue