+120
−108
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
When a loop ends with an 'if' with a large body, it is neater
to make the if 'continue' on the inverse condition, and then
the body is indented less.
Apply this pattern 3 times, and wrap some other long lines.
Signed-off-by:
NeilBrown <neilb@suse.de>