Fix incorrect indentation.

This commit is contained in:
Gunnar Beutner 2013-09-02 12:02:43 +02:00
parent 092f941d12
commit ec6326b55e
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ const char *String::CStr(void) const
void String::Clear(void)
{
m_Data.clear();
}
m_Data.clear();
}
size_t String::GetLength(void) const
{