[6922] Whitespace and newline fixes

This should fix the GCC "no newline at end of file" warnings.

Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
freghar 2008-12-19 23:25:20 +01:00 committed by tomrus88
parent ba868910e2
commit d75812749f
7 changed files with 16 additions and 16 deletions

View file

@ -96,7 +96,7 @@ Database::AsyncQuery(Class *object, void (Class::*method)(QueryResult*, ParamTyp
return m_threadBody->Delay(new SqlQuery(sql, new MaNGOS::QueryCallback<Class, ParamType1, ParamType2, ParamType3>(object, method, (QueryResult*)NULL, param1, param2, param3), itr->second));
}
// -- Query / static --
// -- Query / static --
template<typename ParamType1>
bool
@ -202,4 +202,4 @@ Database::DelayQueryHolder(Class *object, void (Class::*method)(QueryResult*, Sq
#undef ASYNC_QUERY_BODY
#undef ASYNC_PQUERY_BODY
#undef ASYNC_DELAYHOLDER_BODY
#undef ASYNC_DELAYHOLDER_BODY