Skip to content
Snippets Groups Projects
Commit 0c1a6ff4 authored by cont-integration's avatar cont-integration
Browse files

[skip ci] applied clang format

parent ffd6dfd4
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #20085 skipped
...@@ -234,7 +234,7 @@ class CaptureBase : public NodeStateBlocks ...@@ -234,7 +234,7 @@ class CaptureBase : public NodeStateBlocks
void removeFeature(FeatureBasePtr _ft_ptr); void removeFeature(FeatureBasePtr _ft_ptr);
public: public:
CaptureBasePtr shared_from_this_capture(); CaptureBasePtr shared_from_this_capture();
CaptureBaseConstPtr shared_from_this_capture() const; CaptureBaseConstPtr shared_from_this_capture() const;
}; };
...@@ -247,7 +247,6 @@ class CaptureBase : public NodeStateBlocks ...@@ -247,7 +247,6 @@ class CaptureBase : public NodeStateBlocks
namespace wolf namespace wolf
{ {
inline bool CaptureBase::isMotion() const inline bool CaptureBase::isMotion() const
{ {
return false; return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment