From 04e7a5bd3949b206a25d78b7f81fb1f7acf347c2 Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Tue, 9 Mar 2010 15:45:34 +0300 Subject: Cleanup and applying code style to some Database files. --HG-- branch : trunk --- src/shared/Database/QueryResultMysql.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/shared/Database/QueryResultMysql.cpp') diff --git a/src/shared/Database/QueryResultMysql.cpp b/src/shared/Database/QueryResultMysql.cpp index 058633668a7..e4694e1b9b6 100644 --- a/src/shared/Database/QueryResultMysql.cpp +++ b/src/shared/Database/QueryResultMysql.cpp @@ -30,7 +30,7 @@ QueryResultMysql::QueryResultMysql(MYSQL_RES *result, MYSQL_FIELD *fields, uint6 ASSERT(mCurrentRow); for (uint32 i = 0; i < mFieldCount; i++) - mCurrentRow[i].SetType(ConvertNativeType(fields[i].type)); + mCurrentRow[i].SetType(ConvertNativeType(fields[i].type)); } QueryResultMysql::~QueryResultMysql() @@ -105,4 +105,3 @@ enum Field::DataTypes QueryResultMysql::ConvertNativeType(enum_field_types mysql } } #endif - -- cgit v1.2.3