From 49d3ef2f9631908933ecb5daa20b6bdf802d5d8f Mon Sep 17 00:00:00 2001 From: Brendan Klare Date: Mon, 2 Mar 2015 22:08:16 -0500 Subject: [PATCH] Spacing fix --- openbr/plugins/imgproc/cropfrommask.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/plugins/imgproc/cropfrommask.cpp b/openbr/plugins/imgproc/cropfrommask.cpp index 3898172..76e3ea8 100644 --- a/openbr/plugins/imgproc/cropfrommask.cpp +++ b/openbr/plugins/imgproc/cropfrommask.cpp @@ -43,7 +43,7 @@ private: bottom = j; } } - } + } if (fixedAspectRatio) { h = bottom - top + 1; -- libgit2 0.21.4