Skip to content

Commit d8f14ba

Browse files
author
timlinux
committed
Code style cleanup only
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11925 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 431d695 commit d8f14ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/qgisapp.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -4604,11 +4604,15 @@ void QgisApp::toggleEditing()
46044604
void QgisApp::toggleEditing( QgsMapLayer *layer )
46054605
{
46064606
if ( !layer )
4607+
{
46074608
return;
4609+
}
46084610

46094611
QgsVectorLayer *vlayer = qobject_cast<QgsVectorLayer *>( layer );
46104612
if ( !vlayer )
4613+
{
46114614
return;
4615+
}
46124616

46134617
if ( !vlayer->isEditable() )
46144618
{

0 commit comments

Comments
 (0)