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

[skip ci] applied clang format

parent 3888e38c
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #17450 skipped
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
namespace wolf namespace wolf
{ {
/** \brief Buffer for arbitrary type objects /** \brief Buffer for arbitrary type objects
* *
* Object and functions to manage a buffer of objects. * Object and functions to manage a buffer of objects.
......
...@@ -115,7 +115,6 @@ namespace wolf ...@@ -115,7 +115,6 @@ namespace wolf
return create(server.getNode(), {}); \ return create(server.getNode(), {}); \
} }
// class ProcessorBase // class ProcessorBase
class ProcessorBase : public NodeBase, public std::enable_shared_from_this<ProcessorBase> class ProcessorBase : public NodeBase, public std::enable_shared_from_this<ProcessorBase>
{ {
......
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