Skip to content

Switch order of if blocks to increase readability

Julian Hofer requested to merge Hofer-Julian/fractal:Switch-if-blocks into master

Several if statements in the code started with the negation of the boolean condition to check, which makes it harder to comprehend the code.

Merge request reports