Indentation

This commit is contained in:
Nyall Dawson 2019-09-04 11:38:35 +10:00
parent c46b670953
commit 3baf812690

View File

@ -180,7 +180,7 @@ void QgsBookmarks::zoomToBookmarkIndex( const QModelIndex &index )
{ {
canvasExtent = ct.transform( rect ); canvasExtent = ct.transform( rect );
} }
catch ( QgsCsException& ) catch ( QgsCsException & )
{ {
QgisApp::instance()->messageBar()->pushWarning( tr( "Zoom to Bookmark" ), tr( "Could not reproject bookmark extent to project CRS." ) ); QgisApp::instance()->messageBar()->pushWarning( tr( "Zoom to Bookmark" ), tr( "Could not reproject bookmark extent to project CRS." ) );
return; return;