mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Fix incorrect indentation.
This commit is contained in:
parent
092f941d12
commit
ec6326b55e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue