Fixed spaces after "template" keyword.
This commit is contained in:
@@ -101,7 +101,7 @@ extern int GetBEInt(const char * a_Mem);
|
||||
extern void SetBEInt(char * a_Mem, Int32 a_Value);
|
||||
|
||||
/// Parses any integer type. Checks bounds and returns errors out of band.
|
||||
template<class T>
|
||||
template <class T>
|
||||
bool StringToInteger(const AString& a_str, T& a_Num)
|
||||
{
|
||||
size_t i = 0;
|
||||
|
||||
Reference in New Issue
Block a user