Core: Generic cleanup (tab2spaces/whitespace removal)

--HG--
branch : trunk
This commit is contained in:
click
2010-09-25 22:03:57 +02:00
parent a596cae1d9
commit 461590832a
21 changed files with 43 additions and 43 deletions

View File

@@ -33,7 +33,7 @@ bool SQLQueryHolder::SetQuery(size_t index, const char *sql)
SQLElementData element;
element.type = SQL_ELEMENT_RAW;
element.element.query = strdup(sql);
SQLResultSetUnion result;
result.qresult = NULL;
@@ -76,7 +76,7 @@ bool SQLQueryHolder::SetPreparedQuery(size_t index, PreparedStatement* stmt)
SQLElementData element;
element.type = SQL_ELEMENT_PREPARED;
element.element.stmt = stmt;
SQLResultSetUnion result;
result.presult = NULL;