Fix style violation.
git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@532 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
parent
7f88e2461b
commit
0c93869115
@ -420,14 +420,10 @@ int32
|
|||||||
BDefaultChoiceView::CountVisibleChoices() const
|
BDefaultChoiceView::CountVisibleChoices() const
|
||||||
{
|
{
|
||||||
if (fListView)
|
if (fListView)
|
||||||
{
|
|
||||||
return min_c(fMaxVisibleChoices, fListView->CountItems());
|
return min_c(fMaxVisibleChoices, fListView->CountItems());
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user