CVS_SILENT indentation fix

svn path=/trunk/kdebase/konqueror/; revision=154306
This commit is contained in:
David Faure 2002-05-07 15:13:59 +00:00
parent a3319de040
commit bf8d9192ec

View file

@ -444,7 +444,7 @@ void KonqView::slotCompleted( bool hasPending )
{
// Try to get /favicon.ico
if ( m_serviceType == "text/html" && url().protocol().left(4) == "http" )
KonqPixmapProvider::downloadHostIcon( url() );
KonqPixmapProvider::downloadHostIcon( url() );
}
}
}