From 0c1a6ff4bc3b43c0c6d82c9f1d53a73ce7cf7320 Mon Sep 17 00:00:00 2001
From: cont-integration <CI@iri.upc.edu>
Date: Wed, 8 Jan 2025 16:11:34 +0100
Subject: [PATCH] [skip ci] applied clang format

---
 include/core/capture/capture_base.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/core/capture/capture_base.h b/include/core/capture/capture_base.h
index 26ddc3e44..af0b54187 100644
--- a/include/core/capture/capture_base.h
+++ b/include/core/capture/capture_base.h
@@ -234,7 +234,7 @@ class CaptureBase : public NodeStateBlocks
     void           removeFeature(FeatureBasePtr _ft_ptr);
 
   public:
-    CaptureBasePtr shared_from_this_capture();
+    CaptureBasePtr      shared_from_this_capture();
     CaptureBaseConstPtr shared_from_this_capture() const;
 };
 
@@ -247,7 +247,6 @@ class CaptureBase : public NodeStateBlocks
 
 namespace wolf
 {
-
 inline bool CaptureBase::isMotion() const
 {
     return false;
-- 
GitLab