From 99b0efcdf27ce6e957fff1253655ed6963785be6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 21 Jan 2019 23:31:39 +0100 Subject: [PATCH] Reformat a couple of for loops Only whitespace changes. --- src/qt/region.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qt/region.cpp b/src/qt/region.cpp index 8a71b4ab3c..44672de82b 100644 --- a/src/qt/region.cpp +++ b/src/qt/region.cpp @@ -114,9 +114,9 @@ wxRegion::wxRegion(const wxBitmap& bmp, const wxColour& transp, int tolerance) QImage img(bmp.GetHandle()->toImage()); const int r = transp.Red(), g = transp.Green(), b = transp.Blue(); - for(int y=0; y tolerance ||