Core: Minor code style corrections

This commit is contained in:
Shauren
2012-06-30 16:07:09 +02:00
parent 469c7a0955
commit c8d20004a5
19 changed files with 55 additions and 49 deletions

View File

@@ -209,7 +209,7 @@ m_bind(NULL)
MySQLPreparedStatement::~MySQLPreparedStatement()
{
ClearParameters();
if(m_Mstmt->bind_result_done)
if (m_Mstmt->bind_result_done)
{
delete[] m_Mstmt->bind->length;
delete[] m_Mstmt->bind->is_null;