Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
macumber committed Apr 25, 2021
1 parent dcdd568 commit 643e438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared_gui_components/EditView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ void InputCheckBox::paintEvent(QPaintEvent* event) {

if (isChecked()) {
opt.state |= QStyle::State_On;
}else{
} else {
opt.state |= QStyle::State_Off;
}

Expand Down

0 comments on commit 643e438

Please sign in to comment.