fixed tab indent
authorkobigurk <kobigurk@gmail.com>
Wed, 13 Feb 2013 12:21:34 +0000 (14:21 +0200)
committerkobigurk <kobigurk@gmail.com>
Wed, 13 Feb 2013 12:21:34 +0000 (14:21 +0200)
modules/highgui/test/test_grfmt.cpp

index a7eb0c7..7a9becc 100644 (file)
@@ -101,8 +101,8 @@ public:
                         continue;
                     for (int num_channels = 1; num_channels <= 4; num_channels++)
                     {
-                       if (num_channels == 2) continue;
-                       if (num_channels == 4 && ext!=3 /*TIFF*/) continue;
+                        if (num_channels == 2) continue;
+                        if (num_channels == 4 && ext!=3 /*TIFF*/) continue;
 
                         ts->printf(ts->LOG, "image type depth:%d   channels:%d   ext: %s\n", CV_8U, num_channels, ext_from_int(ext).c_str());
                         Mat img(img_r * k, img_c * k, CV_MAKETYPE(CV_8U, num_channels), Scalar::all(0));