Apply suggestions from code review

Co-Authored-By: VZ <vz-github@zeitlins.org>
This commit is contained in:
Tobias Taschner
2020-01-15 15:33:38 +01:00
parent 049d253a85
commit c3f0b7a6cb
4 changed files with 5 additions and 6 deletions

View File

@@ -91,7 +91,7 @@ void wxWebView::RegisterFactory(const wxString& backend,
bool wxWebView::IsBackendAvailable(const wxString& backend)
{
wxStringWebViewFactoryMap::iterator iter = FindFactory(backend);
return (iter != m_factoryMap.end());
return iter != m_factoryMap.end();
}
// static