mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fixed indentation
This commit is contained in:
parent
e351080dd3
commit
13688bbb2a
|
@ -208,7 +208,7 @@ void CSqlServer::executeSql(const char *pCommand)
|
|||
void CSqlServer::executeSqlQuery(const char *pQuery)
|
||||
{
|
||||
if (m_pResults)
|
||||
delete m_pResults;
|
||||
delete m_pResults;
|
||||
m_pResults = m_pStatement->executeQuery(pQuery);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue