aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Database/QueryResult.h
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/QueryResult.h
parenta596cae1d9386942c22dfdbf15d3c8856cc85d99 (diff)
Core: Generic cleanup (tab2spaces/whitespace removal)
--HG-- branch : trunk
Diffstat (limited to 'src/server/shared/Database/QueryResult.h')
-rwxr-xr-xsrc/server/shared/Database/QueryResult.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/shared/Database/QueryResult.h b/src/server/shared/Database/QueryResult.h
index 12478a2fc4a..23edef1913c 100755
--- a/src/server/shared/Database/QueryResult.h
+++ b/src/server/shared/Database/QueryResult.h
@@ -44,8 +44,8 @@ class ResultSet
Field *Fetch() const { return m_currentRow; }
const Field & operator [] (uint32 index) const
- {
- ASSERT(index < m_fieldCount);
+ {
+ ASSERT(index < m_fieldCount);
return m_currentRow[index];
}
@@ -90,7 +90,7 @@ class PreparedResultSet
uint64 m_rowPosition;
std::vector<Field*> m_rows;
uint32 m_fieldCount;
-
+
private:
MYSQL_BIND* m_rBind;
MYSQL_STMT* m_stmt;