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,13 +420,9 @@ int32
|
||||
BDefaultChoiceView::CountVisibleChoices() const
|
||||
{
|
||||
if (fListView)
|
||||
{
|
||||
return min_c(fMaxVisibleChoices, fListView->CountItems());
|
||||
}
|
||||
else
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user