From 298d2b4a973cb4d0aec832c31ee7bc5a83b5701e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:06:52 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- include/dynamic-graph/process-list.hh | 2 +- include/dynamic-graph/signal-ptr.t.cpp | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/dynamic-graph/process-list.hh b/include/dynamic-graph/process-list.hh index 15ed2a19..938ae6f6 100644 --- a/include/dynamic-graph/process-list.hh +++ b/include/dynamic-graph/process-list.hh @@ -15,7 +15,7 @@ namespace dynamicgraph { namespace CPU { -class DYNAMIC_GRAPH_DLLAPI ProcessData {}; +class DYNAMIC_GRAPH_DLLAPI ProcessData{}; class DYNAMIC_GRAPH_DLLAPI ProcessList { public: diff --git a/include/dynamic-graph/signal-ptr.t.cpp b/include/dynamic-graph/signal-ptr.t.cpp index dec56955..34d7dc2c 100644 --- a/include/dynamic-graph/signal-ptr.t.cpp +++ b/include/dynamic-graph/signal-ptr.t.cpp @@ -122,7 +122,9 @@ template std::ostream &SignalPtr::display(std::ostream &os) const { dgTDEBUGIN(25) << SignalBase