From 5509491f57f2aea728a6f3eb8757416e0ff2b458 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Tue, 10 Aug 2010 21:09:56 +0000 Subject: [PATCH] * 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 --- src/kits/locale/Country.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/kits/locale/Country.cpp b/src/kits/locale/Country.cpp index 879333af81..333a616402 100644 --- a/src/kits/locale/Country.cpp +++ b/src/kits/locale/Country.cpp @@ -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: