diff options
author | click <none@none> | 2010-09-25 22:03:57 +0200 |
---|---|---|
committer | click <none@none> | 2010-09-25 22:03:57 +0200 |
commit | 461590832aa87d311a3d99640fc4453ea14325c5 (patch) | |
tree | 36ad7ee86166f055aff0f6feb585a5bd6ca290aa /src/server/shared/Database/QueryResult.h | |
parent | a596cae1d9386942c22dfdbf15d3c8856cc85d99 (diff) |
Core: Generic cleanup (tab2spaces/whitespace removal)
--HG--
branch : trunk
Diffstat (limited to 'src/server/shared/Database/QueryResult.h')
-rwxr-xr-x | src/server/shared/Database/QueryResult.h | 6 |
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; |