aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Common.cpp
diff options
context:
space:
mode:
authormaximius <none@none>2009-10-17 16:20:24 -0700
committermaximius <none@none>2009-10-17 16:20:24 -0700
commit3f338cc1c328c7280957583b50598292cd8fb64b (patch)
treeca209c2cd024e3902b7844b3224bceff7c5bb570 /src/shared/Common.cpp
parente585187b248f48b3c6e9247b49fa07c6565d65e5 (diff)
*Massive cleanup redux.
--HG-- branch : trunk
Diffstat (limited to 'src/shared/Common.cpp')
-rw-r--r--src/shared/Common.cpp2
1 files changed, 1 insertions, 1 deletions
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);