Fixed indentation.

This commit is contained in:
hiker 2014-05-30 11:03:32 +10:00
parent 1cb7445e1b
commit 23e56e9454

View File

@ -181,7 +181,7 @@ core::stringw Track::getName() const
{
translated = translated.subString(0, index);
}
return translated;
return translated;
} // getName
//-----------------------------------------------------------------------------