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:
@@ -39,7 +39,7 @@ LibbeLocaleBackend::GetString(const char* string, const char* context,
|
|||||||
const char* comment)
|
const char* comment)
|
||||||
{
|
{
|
||||||
// The system catalog will not be there for non-localized apps.
|
// The system catalog will not be there for non-localized apps.
|
||||||
if(systemCatalog)
|
if (systemCatalog)
|
||||||
return systemCatalog->GetString(string, context, comment);
|
return systemCatalog->GetString(string, context, comment);
|
||||||
else
|
else
|
||||||
return string;
|
return string;
|
||||||
|
|||||||
Reference in New Issue
Block a user