[haiku-commits] r38009 - haiku/trunk/src/kits/locale

  • From: pulkomandy@xxxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 10 Aug 2010 23:09:56 +0200 (CEST)

Author: pulkomandy
Date: 2010-08-10 23:09:56 +0200 (Tue, 10 Aug 2010)
New Revision: 38009
Changeset: http://dev.haiku-os.org/changeset/38009

Modified:
   haiku/trunk/src/kits/locale/Country.cpp
Log:
 * Style fix. Sorry, looks like I spent too much time on other projects today.


Modified: haiku/trunk/src/kits/locale/Country.cpp
===================================================================
--- haiku/trunk/src/kits/locale/Country.cpp     2010-08-10 16:25:57 UTC (rev 
38008)
+++ haiku/trunk/src/kits/locale/Country.cpp     2010-08-10 21:09:56 UTC (rev 
38009)
@@ -115,8 +115,7 @@
 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:


Other related posts:

  • » [haiku-commits] r38009 - haiku/trunk/src/kits/locale - pulkomandy