From 3f338cc1c328c7280957583b50598292cd8fb64b Mon Sep 17 00:00:00 2001 From: maximius Date: Sat, 17 Oct 2009 16:20:24 -0700 Subject: *Massive cleanup redux. --HG-- branch : trunk --- src/shared/Common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/Common.cpp') diff --git a/src/shared/Common.cpp b/src/shared/Common.cpp index 27ae9184d69..5e12f4aa52b 100644 --- a/src/shared/Common.cpp +++ b/src/shared/Common.cpp @@ -34,7 +34,7 @@ char const* localeNames[MAX_LOCALE] = { LocaleConstant GetLocaleByName(const std::string& name) { - for(uint32 i = 0; i < MAX_LOCALE; ++i) + for (uint32 i = 0; i < MAX_LOCALE; ++i) if(name==localeNames[i]) return LocaleConstant(i); -- cgit v1.2.3