* 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:
parent
db3b68413a
commit
5509491f57
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user