mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
Apply style fix
This commit is contained in:
parent
5531a0087d
commit
35405dd549
155 changed files with 10968 additions and 3660 deletions
|
|
@ -47,7 +47,9 @@ bool QueryResultMysql::NextRow()
|
|||
MYSQL_ROW row;
|
||||
|
||||
if (!mResult)
|
||||
{ return false; }
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
row = mysql_fetch_row(mResult);
|
||||
if (!row)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue