Fix indentation

This commit is contained in:
JackBurton 2012-03-03 10:06:42 +01:00
parent 7dd182106a
commit 417c123cc4

View File

@ -1231,7 +1231,7 @@ BMenu::Perform(perform_code code, void* _data)
BMenu::GetHeightForWidth(data->width, &data->min, &data->max,
&data->preferred);
return B_OK;
}
}
case PERFORM_CODE_SET_LAYOUT:
{
perform_data_set_layout* data = (perform_data_set_layout*)_data;