* very minor cosmetic change

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22368 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2007-09-29 12:54:19 +00:00
parent 55d356bd98
commit ded80ae491

View File

@ -1084,7 +1084,7 @@ BMenu::SetItemMargins(float left, float top, float right, float bottom)
void
BMenu::GetItemMargins(float *left, float *top, float *right,
float *bottom) const
float *bottom) const
{
if (left != NULL)
*left = fPad.left;