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:
parent
62a1d81a32
commit
e7e7e5b363
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user