Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix indentation
  • Loading branch information
m-kuhn committed Sep 29, 2017
1 parent 2fbb6f0 commit e0cdb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsattributetypedialog.cpp
Expand Up @@ -313,7 +313,7 @@ bool QgsAttributeTypeDialog::applyDefaultValueOnUpdate() const
return mApplyDefaultValueOnUpdateCheckBox->isChecked();
}

void QgsAttributeTypeDialog::setApplyDefaultValueOnUpdate(bool applyDefaultValueOnUpdate)
void QgsAttributeTypeDialog::setApplyDefaultValueOnUpdate( bool applyDefaultValueOnUpdate )
{
mApplyDefaultValueOnUpdateCheckBox->setChecked( applyDefaultValueOnUpdate );
}
Expand Down

0 comments on commit e0cdb18

Please sign in to comment.