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:
anevilyak 2010-07-16 03:04:21 +00:00 committed by Alexandre Deckner
parent 7f88e2461b
commit 0c93869115

View File

@ -420,14 +420,10 @@ int32
BDefaultChoiceView::CountVisibleChoices() const
{
if (fListView)
{
return min_c(fMaxVisibleChoices, fListView->CountItems());
}
else
{
return 0;
}
}
void