1
0
Fork 0

Fixed spaces.

This commit is contained in:
Mattes D 2014-08-29 11:20:23 +03:00
parent c4d7f7996b
commit 42570cbeef
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ extern void SetBEInt(char * a_Mem, Int32 a_Value);
/// Parses any integer type. Checks bounds and returns errors out of band.
template <class T>
bool StringToInteger(const AString& a_str, T& a_Num)
bool StringToInteger(const AString & a_str, T & a_Num)
{
size_t i = 0;
bool positive = true;