From 55926cccdb3a9991c563dd832c378f26ffc63b5a Mon Sep 17 00:00:00 2001 From: Joey Kleingers Date: Wed, 31 Jan 2024 14:31:24 -0500 Subject: [PATCH] Clang format. Signed-off-by: Joey Kleingers --- src/simplnx/Filter/Actions/CreateGeometry1DAction.hpp | 2 +- src/simplnx/Filter/Actions/CreateGeometry2DAction.hpp | 2 +- src/simplnx/Filter/Actions/CreateGeometry3DAction.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/simplnx/Filter/Actions/CreateGeometry1DAction.hpp b/src/simplnx/Filter/Actions/CreateGeometry1DAction.hpp index 7694a46915..2cf1c274e7 100644 --- a/src/simplnx/Filter/Actions/CreateGeometry1DAction.hpp +++ b/src/simplnx/Filter/Actions/CreateGeometry1DAction.hpp @@ -330,4 +330,4 @@ class CreateGeometry1DAction : public IDataCreationAction }; using CreateEdgeGeometryAction = CreateGeometry1DAction; -} // namespace complex +} // namespace nx::core diff --git a/src/simplnx/Filter/Actions/CreateGeometry2DAction.hpp b/src/simplnx/Filter/Actions/CreateGeometry2DAction.hpp index 2c61714920..b95bc8c90f 100644 --- a/src/simplnx/Filter/Actions/CreateGeometry2DAction.hpp +++ b/src/simplnx/Filter/Actions/CreateGeometry2DAction.hpp @@ -331,4 +331,4 @@ class CreateGeometry2DAction : public IDataCreationAction using CreateTriangleGeometryAction = CreateGeometry2DAction; using CreateQuadGeometryAction = CreateGeometry2DAction; -} // namespace complex +} // namespace nx::core diff --git a/src/simplnx/Filter/Actions/CreateGeometry3DAction.hpp b/src/simplnx/Filter/Actions/CreateGeometry3DAction.hpp index 4bd53cc481..13d97fb08b 100644 --- a/src/simplnx/Filter/Actions/CreateGeometry3DAction.hpp +++ b/src/simplnx/Filter/Actions/CreateGeometry3DAction.hpp @@ -330,4 +330,4 @@ class CreateGeometry3DAction : public IDataCreationAction using CreateTetrahedralGeometryAction = CreateGeometry3DAction; using CreateHexahedralGeometryAction = CreateGeometry3DAction; -} // namespace complex +} // namespace nx::core