fixed indentation

This commit is contained in:
H-M-H 2016-05-04 00:27:03 +02:00
parent e351080dd3
commit 13688bbb2a

View file

@ -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);
}