From afc65d2887128d8843902b98a463567fd65495bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Tue, 3 Oct 2023 10:04:13 +0200 Subject: [PATCH] make linters happy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro Hernández Cordero --- test/integration/camera.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/camera.cc b/test/integration/camera.cc index bd929467..b4fd856c 100644 --- a/test/integration/camera.cc +++ b/test/integration/camera.cc @@ -703,7 +703,7 @@ void CameraSensorTest::CameraProjection(const std::string &_renderEngine) unsigned int g3Sum = 0u; unsigned int b3Sum = 0u; unsigned int step = width * bpp; - + // get sum of each color channel // all cameras should just see blue colors for (unsigned int i = 0u; i < height; ++i)