Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 25, 2015
1 parent 44d9b35 commit caf12e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsbrowsermodel.cpp
Expand Up @@ -208,7 +208,7 @@ QVariant QgsBrowserModel::data( const QModelIndex &index, int role ) const
}
if ( item->type() == QgsDataItem::Layer )
{
QgsLayerItem* lyrItem = qobject_cast<QgsLayerItem*>(item);
QgsLayerItem* lyrItem = qobject_cast<QgsLayerItem*>( item );
return lyrItem->comments();
}
return "";
Expand Down

0 comments on commit caf12e7

Please sign in to comment.