Apply readability-simplify-boolean-expr

This commit is contained in:
Flössie
2016-10-12 20:01:30 +02:00
parent 19de9d1efa
commit aeaff29ac0
18 changed files with 53 additions and 85 deletions

View File

@@ -1283,7 +1283,7 @@ double Crop::getRatio ()
double r = -1.0;
if (fixr->get_active() == false) {
if (!fixr->get_active()) {
return r;
}