Commit 2998248d authored by Marian Zajko's avatar Marian Zajko

Removed whitespaces reported by buildbot.

parent 352b1212
......@@ -332,7 +332,6 @@ bool CvCaptureCAM_XIMEA::setProperty( int property_id, double value )
case CV_CAP_PROP_XI_TIMEOUT:
timeout = (int) value;
return true;
case CV_CAP_PROP_XI_EXPOSURE:
ximea_param = "exposure";
value_type = xiTypeInteger;
......@@ -986,7 +985,6 @@ double CvCaptureCAM_XIMEA::getProperty( int property_id )
{
case CV_CAP_PROP_XI_TIMEOUT:
return (double) timeout;
case CV_CAP_PROP_XI_EXPOSURE:
ximea_param = "exposure";
value_type = xiTypeInteger;
......@@ -1671,4 +1669,3 @@ void CvCaptureCAM_XIMEA::errMsg(const char* msg, int errNum)
}
/**********************************************************************************/
\ No newline at end of file
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment