fixed tab indent

pull/462/head
kobigurk 12 years ago
parent 88e0127f44
commit 18a5b8dfc6
  1. 4
      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));

Loading…
Cancel
Save