Commit 471c3d30 authored by Davis King's avatar Davis King
Browse files

fix formatting

parent a4bf6e1e
...@@ -23,7 +23,7 @@ namespace dlib ...@@ -23,7 +23,7 @@ namespace dlib
typedef pixel_type type; typedef pixel_type type;
typedef default_memory_manager mem_manager_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 && DLIB_CASSERT(img.depth() == cv::DataType<typename pixel_traits<pixel_type>::basic_pixel_type>::depth &&
img.channels() == pixel_traits<pixel_type>::num, img.channels() == pixel_traits<pixel_type>::num,
......
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