From 539eea67c5dbe3e3a8ef5b08d938ee9ce8c236aa Mon Sep 17 00:00:00 2001 From: cont-integration <CI@iri.upc.edu> Date: Thu, 1 Feb 2024 10:59:50 +0100 Subject: [PATCH] [skip ci] applied clang format --- include/core/processor/buffer.h | 1 - include/core/processor/processor_base.h | 1 - 2 files changed, 2 deletions(-) diff --git a/include/core/processor/buffer.h b/include/core/processor/buffer.h index 5663dc1a8..33a391f0d 100644 --- a/include/core/processor/buffer.h +++ b/include/core/processor/buffer.h @@ -32,7 +32,6 @@ namespace wolf { - /** \brief Buffer for arbitrary type objects * * Object and functions to manage a buffer of objects. diff --git a/include/core/processor/processor_base.h b/include/core/processor/processor_base.h index 7899822ee..94f86169c 100644 --- a/include/core/processor/processor_base.h +++ b/include/core/processor/processor_base.h @@ -115,7 +115,6 @@ namespace wolf return create(server.getNode(), {}); \ } - // class ProcessorBase class ProcessorBase : public NodeBase, public std::enable_shared_from_this<ProcessorBase> { -- GitLab