Skip to content

Commit 0c59bc5

Browse files
committed
fix indentation
1 parent a0430ec commit 0c59bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/topology/rulesDialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ rulesDialog::rulesDialog( const QMap<QString, TopologyRule> &testMap, QgisInterf
5454
//connect( buttonBox, SIGNAL( accepted() ), this, SLOT( addTest() ) );
5555
connect( mDeleteTestButton, &QAbstractButton::clicked, this, &rulesDialog::deleteTest );
5656
connect( buttonBox, &QDialogButtonBox::helpRequested, this, &rulesDialog::showHelp );
57-
57+
5858
connect( mLayer1Box, static_cast<void ( QComboBox::* )( const QString & )>( &QComboBox::currentIndexChanged ), this, &rulesDialog::updateRuleItems );
5959
connect( mRuleBox, static_cast<void ( QComboBox::* )( const QString & )>( &QComboBox::currentIndexChanged ), this, &rulesDialog::showControls );
6060

0 commit comments

Comments
 (0)