diff --git a/src/kits/locale/LibbeLocaleBackend.cpp b/src/kits/locale/LibbeLocaleBackend.cpp index 9627e9e8e3..e4b97a2ff0 100644 --- a/src/kits/locale/LibbeLocaleBackend.cpp +++ b/src/kits/locale/LibbeLocaleBackend.cpp @@ -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;