fix formatting

This commit is contained in:
Davis King 2019-12-28 08:31:31 -05:00
parent a4bf6e1e6a
commit 471c3d30e1

View File

@ -23,7 +23,7 @@ namespace dlib
typedef pixel_type type;
typedef default_memory_manager mem_manager_type;
cv_image (const cv::Mat &img)
cv_image (const cv::Mat& img)
{
DLIB_CASSERT(img.depth() == cv::DataType<typename pixel_traits<pixel_type>::basic_pixel_type>::depth &&
img.channels() == pixel_traits<pixel_type>::num,