From 8feb5c7f457c66663c0264f826ef882906878eb5 Mon Sep 17 00:00:00 2001
From: cont-integration <CI@iri.upc.edu>
Date: Tue, 6 May 2025 11:29:26 +0200
Subject: [PATCH] [skip ci] applied clang format

---
 src/capture/capture_motion.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/capture/capture_motion.cpp b/src/capture/capture_motion.cpp
index bb482951e..99fda9191 100644
--- a/src/capture/capture_motion.cpp
+++ b/src/capture/capture_motion.cpp
@@ -71,7 +71,7 @@ bool CaptureMotion::containsTimeStamp(const TimeStamp& _ts, double _time_toleran
         if (this->time_stamp_ - _time_tolerance <= _ts and _ts <= this->time_stamp_ + _time_tolerance)
             return true;
         else
-        // buffer is empty (and the capture is not within tolerance)
+            // buffer is empty (and the capture is not within tolerance)
             return false;
     }
 
-- 
GitLab