aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Database/QueryHolder.cpp
diff options
context:
space:
mode:
authorclick <none@none>2010-09-25 22:03:57 +0200
committerclick <none@none>2010-09-25 22:03:57 +0200
commit461590832aa87d311a3d99640fc4453ea14325c5 (patch)
tree36ad7ee86166f055aff0f6feb585a5bd6ca290aa /src/server/shared/Database/QueryHolder.cpp
parenta596cae1d9386942c22dfdbf15d3c8856cc85d99 (diff)
Core: Generic cleanup (tab2spaces/whitespace removal)
--HG-- branch : trunk
Diffstat (limited to 'src/server/shared/Database/QueryHolder.cpp')
-rw-r--r--src/server/shared/Database/QueryHolder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/shared/Database/QueryHolder.cpp b/src/server/shared/Database/QueryHolder.cpp
index 6c152f478f8..98ac0390de4 100644
--- a/src/server/shared/Database/QueryHolder.cpp
+++ b/src/server/shared/Database/QueryHolder.cpp
@@ -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;