From: kobigurk Date: Wed, 13 Feb 2013 12:21:34 +0000 (+0200) Subject: fixed tab indent X-Git-Tag: submit/tizen_ivi/20141117.190038~2^2~1164^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18a5b8dfc645325f180d8738009caa37376db5fc;p=profile%2Fivi%2Fopencv.git fixed tab indent --- diff --git a/modules/highgui/test/test_grfmt.cpp b/modules/highgui/test/test_grfmt.cpp index a7eb0c7..7a9becc 100644 --- a/modules/highgui/test/test_grfmt.cpp +++ b/modules/highgui/test/test_grfmt.cpp @@ -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));