Skip to content

Commit 63a2b74

Browse files
committedJul 20, 2017
Fix wrong indentation detected by Travis
1 parent 5ba0cb7 commit 63a2b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/qgsdatasourcemanagerdialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class GUI_EXPORT QgsDataSourceManagerDialog : public QgsOptionsDialogBase, priva
7979
void refresh();
8080

8181
protected:
82-
virtual void showEvent( QShowEvent *event ) override;
82+
virtual void showEvent( QShowEvent *event ) override;
8383

8484
signals:
8585
//! Emitted when a raster layer was selected for addition: for signal forwarding to QgisApp

0 commit comments

Comments
 (0)
Please sign in to comment.