From cb2fa7e665e3f643ceb4d354bbe531e4a5af77d3 Mon Sep 17 00:00:00 2001 From: Clemens Zeidler Date: Tue, 31 Aug 2010 05:42:18 +0000 Subject: [PATCH] Coding style. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38476 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/decorators/SATDecorator/SATDecorator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/decorators/SATDecorator/SATDecorator.cpp b/src/add-ons/decorators/SATDecorator/SATDecorator.cpp index 0cd4c58b4a..1051c15ce0 100644 --- a/src/add-ons/decorators/SATDecorator/SATDecorator.cpp +++ b/src/add-ons/decorators/SATDecorator/SATDecorator.cpp @@ -219,7 +219,7 @@ SATDecorator::_DoLayout() // 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);