Small coding violation. Thanks for the tip Axel.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35714 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ryan Leavengood 2010-03-01 22:40:33 +00:00
parent 610a2eed63
commit a17770f44a

View File

@ -45,6 +45,7 @@
static const float kBorderResizeLength = 22.0;
static const float kResizeKnobSize = 18.0;
static inline uint8
blend_color_value(uint8 a, uint8 b, float position)
{