Fix function spacing.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28535 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2008-11-06 13:56:11 +00:00
parent 33309cb5fc
commit a418aa5f4f
1 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,7 @@ MouseView::GetPreferredSize(float *_width, float *_height)
*_height = fMouseBitmap != NULL ? fMouseBitmap->Bounds().Height() : 82;
}
void
MouseView::MouseUp(BPoint)
{
@ -129,6 +130,7 @@ MouseView::MouseUp(BPoint)
fOldButtons = fButtons;
}
void
MouseView::MouseDown(BPoint where)
{