Style fix spotted by Jérôme Duval.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36239 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adrien Destugues 2010-04-13 21:49:11 +00:00
parent 62a1d81a32
commit e7e7e5b363

View File

@ -39,7 +39,7 @@ LibbeLocaleBackend::GetString(const char* string, const char* context,
const char* comment)
{
// The system catalog will not be there for non-localized apps.
if(systemCatalog)
if (systemCatalog)
return systemCatalog->GetString(string, context, comment);
else
return string;