War on Whitespace, master edition: file endings.

This commit is contained in:
Roman Donchenko
2013-08-27 14:23:26 +04:00
parent 9b92545ce6
commit 9ed475cf52
56 changed files with 33 additions and 66 deletions

View File

@@ -98,4 +98,3 @@ Use:
# ./app -fps=aaa
ERRORS:
Exception: can not convert: [aaa] to [double]

View File

@@ -430,5 +430,3 @@ cv::Affine3<T>::operator Eigen::Transform<T, 3, Eigen::Affine>() const
#endif /* __cplusplus */
#endif /* __OPENCV_CORE_AFFINE3_HPP__ */

View File

@@ -247,4 +247,4 @@ std::ostream& operator << (std::ostream& out, const Rect_<_Tp>& rect)
#endif // OPENCV_NOSTL
} // cv
#endif // __OPENCV_CORE_CVSTDINL_HPP__
#endif // __OPENCV_CORE_CVSTDINL_HPP__

View File

@@ -1922,4 +1922,4 @@ TermCriteria::TermCriteria(int _type, int _maxCount, double _epsilon)
} // cv
#endif //__OPENCV_CORE_TYPES_HPP__
#endif //__OPENCV_CORE_TYPES_HPP__

View File

@@ -66,4 +66,4 @@ void cv::String::deallocate()
{
cv::fastFree(data-1);
}
}
}

View File

@@ -136,4 +136,4 @@ float KeyPoint::overlap( const KeyPoint& kp1, const KeyPoint& kp2 )
return ovrl;
}
} // cv
} // cv