diff --git a/common/video.cc b/common/video.cc index 19cd6709..79be9f9f 100644 --- a/common/video.cc +++ b/common/video.cc @@ -12,4 +12,4 @@ bool images_equal(const cv::Mat& img1, const cv::Mat& img2) { return cv::countNonZero(diff) == 0; } -} +} // namespace robot::common diff --git a/common/video.hh b/common/video.hh index 369f1a42..4661059d 100644 --- a/common/video.hh +++ b/common/video.hh @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "opencv2/opencv.hpp"