Skip to content

Commit 0dd8db6

Browse files
committed
Fix indentation
1 parent c71e550 commit 0dd8db6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/src/app/testqgsmaptoolreshape.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ Email : paul.blottiere@oslandia.com
2525

2626
class TestQgsMapToolReshape : public QObject
2727
{
28-
Q_OBJECT
28+
Q_OBJECT
2929
public:
3030
TestQgsMapToolReshape() = default;
3131

32-
private slots:
33-
void initTestCase(); // will be called before the first testfunction is executed.
32+
private slots:
33+
void initTestCase(); // will be called before the first testfunction is executed.
3434
void cleanupTestCase(); // will be called after the last testfunction was executed.
3535
void init(); // will be called before each testfunction is executed.
3636
void cleanup(); // will be called after every testfunction.

0 commit comments

Comments
 (0)