* Style fixes as pointed out by Ingo. Sorry !

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37603 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adrien Destugues 2010-07-19 16:25:40 +00:00
parent 3047815036
commit 0e23b87fe4

View File

@ -12,6 +12,7 @@
#include <Locale.h>
#include <LocaleRoster.h>
BCatalog BCatalogStub::sCatalog;
vint32 BCatalogStub::sCatalogInitOnce = false;
@ -28,6 +29,7 @@ BCatalogStub::GetCatalog()
return be_locale_roster->GetCatalog(&sCatalog, &sCatalogInitOnce);
}
/* static */ void
BCatalogStub::ForceReload()
{