mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Deleted all trailing whitespace.
This commit is contained in:
@@ -79,7 +79,7 @@ TEST_P(PyrDown, Mat)
|
||||
Size size(MWIDTH, MHEIGHT);
|
||||
Mat src = randomMat(size, CV_MAKETYPE(type, channels));
|
||||
oclMat gsrc(src);
|
||||
|
||||
|
||||
pyrDown(src, dst_cpu);
|
||||
pyrDown(gsrc, gdst);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user