* Style fix. Sorry, looks like I spent too much time on other projects today.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38009 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adrien Destugues 2010-08-10 21:09:56 +00:00
parent db3b68413a
commit 5509491f57

View File

@ -115,8 +115,7 @@ int8
BCountry::Measurement() const
{
UErrorCode error = U_ZERO_ERROR;
switch(ulocdata_getMeasurementSystem(Code(), &error))
{
switch (ulocdata_getMeasurementSystem(Code(), &error)) {
case UMS_US:
return B_US;
case UMS_SI: