mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Deleted all trailing whitespace.
This commit is contained in:
@@ -3896,7 +3896,7 @@ void cv::cvtColor( InputArray _src, OutputArray _dst, int code, int dcn )
|
||||
CV_Error( CV_StsBadArg, "Unsupported image depth" );
|
||||
}
|
||||
}
|
||||
break;
|
||||
break;
|
||||
default:
|
||||
CV_Error( CV_StsBadFlag, "Unknown/unsupported color conversion code" );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user