Commit 49d3ef2f9631908933ecb5daa20b6bdf802d5d8f

Authored by Brendan Klare
1 parent f5a73fe4

Spacing fix

openbr/plugins/imgproc/cropfrommask.cpp
... ... @@ -43,7 +43,7 @@ private:
43 43 bottom = j;
44 44 }
45 45 }
46   - }
  46 + }
47 47  
48 48 if (fixedAspectRatio) {
49 49 h = bottom - top + 1;
... ...