Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Dec 15, 2017
1 parent c71e550 commit 0dd8db6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/src/app/testqgsmaptoolreshape.cpp
Expand Up @@ -25,12 +25,12 @@ Email : paul.blottiere@oslandia.com

class TestQgsMapToolReshape : public QObject
{
Q_OBJECT
Q_OBJECT
public:
TestQgsMapToolReshape() = default;

private slots:
void initTestCase(); // will be called before the first testfunction is executed.
private slots:
void initTestCase(); // will be called before the first testfunction is executed.
void cleanupTestCase(); // will be called after the last testfunction was executed.
void init(); // will be called before each testfunction is executed.
void cleanup(); // will be called after every testfunction.
Expand Down

0 comments on commit 0dd8db6

Please sign in to comment.