diff --git a/src/capture/capture_motion.cpp b/src/capture/capture_motion.cpp
index bb482951e75f481825b2a685761642b6e513dc3f..99fda9191352bd5838d9d4cd70227df6cdbdd14a 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;
     }