[haiku-commits] r38476 - haiku/trunk/src/add-ons/decorators/SATDecorator

  • From: clemens.zeidler@xxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 31 Aug 2010 07:42:18 +0200 (CEST)

Author: czeidler
Date: 2010-08-31 07:42:18 +0200 (Tue, 31 Aug 2010)
New Revision: 38476
Changeset: http://dev.haiku-os.org/changeset/38476

Modified:
   haiku/trunk/src/add-ons/decorators/SATDecorator/SATDecorator.cpp
Log:
Coding style.



Modified: haiku/trunk/src/add-ons/decorators/SATDecorator/SATDecorator.cpp
===================================================================
--- haiku/trunk/src/add-ons/decorators/SATDecorator/SATDecorator.cpp    
2010-08-31 05:36:09 UTC (rev 38475)
+++ haiku/trunk/src/add-ons/decorators/SATDecorator/SATDecorator.cpp    
2010-08-31 05:42:18 UTC (rev 38476)
@@ -219,7 +219,7 @@
                // distance from one item of the tab bar to another.
                // In this case the text and close/zoom rects
                fTextOffset = (fLook == B_FLOATING_WINDOW_LOOK
-                               || fLook == kLeftTitledWindowLook) ? 10 : 18;
+                       || fLook == kLeftTitledWindowLook) ? 10 : 18;
 
                font_height fontHeight;
                fDrawState.Font().GetHeight(fontHeight);


Other related posts:

  • » [haiku-commits] r38476 - haiku/trunk/src/add-ons/decorators/SATDecorator - clemens . zeidler