Whitespace cleanup only.

This commit is contained in:
Michael Lotz
2015-04-08 12:56:58 +02:00
parent 2a36368bda
commit e25776bd83
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -60,7 +60,6 @@ public:
SetTo(other.Get()); SetTo(other.Get());
} }
template<typename OtherType> template<typename OtherType>
BReference(const BReference<OtherType>& other) BReference(const BReference<OtherType>& other)
: :
+1 -1
View File
@@ -1142,7 +1142,7 @@ BSlider::DrawText()
view->SetHighColor(tint_color(LowColor(), B_DISABLED_LABEL_TINT)); view->SetHighColor(tint_color(LowColor(), B_DISABLED_LABEL_TINT));
} }
} else } else
flags = be_control_look->Flags(this); flags = be_control_look->Flags(this);
font_height fontHeight; font_height fontHeight;
GetFontHeight(&fontHeight); GetFontHeight(&fontHeight);