Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 21, 2016
1 parent 011bde8 commit 076db88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.h
Expand Up @@ -1170,7 +1170,7 @@ class APP_EXPORT QgisApp : public QMainWindow, private Ui::MainWindow
void labeling();

//! shows the map styling dock
void mapStyleDock(bool enabled);
void mapStyleDock( bool enabled );

//! diagrams properties
void diagramProperties();
Expand Down

1 comment on commit 076db88

@nyalldawson
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@m-kuhn I noticed that autopep8 isn't available on the Travis build since the move to containers. But fortunately it doesn't look like anything has sneaked through!

Please sign in to comment.