Whitespace cleanup only.

This commit is contained in:
Michael Lotz 2015-04-08 12:44:25 +02:00
parent 2a36368bda
commit e25776bd83
2 changed files with 1 additions and 2 deletions

View File

@ -60,7 +60,6 @@ public:
SetTo(other.Get());
}
template<typename OtherType>
BReference(const BReference<OtherType>& other)
:

View File

@ -1142,7 +1142,7 @@ BSlider::DrawText()
view->SetHighColor(tint_color(LowColor(), B_DISABLED_LABEL_TINT));
}
} else
flags = be_control_look->Flags(this);
flags = be_control_look->Flags(this);
font_height fontHeight;
GetFontHeight(&fontHeight);