From c982c564a5e8186fb117d9deda3c855cfc6d4922 Mon Sep 17 00:00:00 2001 From: nyoungbq Date: Tue, 20 Aug 2024 13:34:50 -0400 Subject: [PATCH] clang formatting --- src/simplnx/Utilities/AlignSections.hpp | 2 +- src/simplnx/Utilities/DataArrayUtilities.hpp | 2 +- src/simplnx/Utilities/FilePathGenerator.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/simplnx/Utilities/AlignSections.hpp b/src/simplnx/Utilities/AlignSections.hpp index 467a6e9725..8e5761c248 100644 --- a/src/simplnx/Utilities/AlignSections.hpp +++ b/src/simplnx/Utilities/AlignSections.hpp @@ -54,7 +54,7 @@ class SIMPLNX_EXPORT AlignSections * @param yShifts * @return Whether or not the x and y shifts were successfully found */ - static Result<> readDream3dShiftsFile(const std::filesystem::path& file, int64 zDim, std::vector& xShifts, std::vector& yShifts) ; + static Result<> readDream3dShiftsFile(const std::filesystem::path& file, int64 zDim, std::vector& xShifts, std::vector& yShifts); /** * @brief This will read in a shifts file defined by the user and populate the shifts parameters with the values as int64 numbers. diff --git a/src/simplnx/Utilities/DataArrayUtilities.hpp b/src/simplnx/Utilities/DataArrayUtilities.hpp index 81a2fe4b9b..674ce1c602 100644 --- a/src/simplnx/Utilities/DataArrayUtilities.hpp +++ b/src/simplnx/Utilities/DataArrayUtilities.hpp @@ -1812,6 +1812,6 @@ SIMPLNX_EXPORT void transferElementData(DataStructure& m_DataStructure, Attribut const std::atomic_bool& m_ShouldCancel, const IFilter::MessageHandler& m_MessageHandler); SIMPLNX_EXPORT void CreateDataArrayActions(const DataStructure& dataStructure, const AttributeMatrix* sourceAttrMatPtr, const MultiArraySelectionParameter::ValueType& selectedArrayPaths, - const DataPath& reducedGeometryPathAttrMatPath, Result& resultOutputActions); + const DataPath& reducedGeometryPathAttrMatPath, Result& resultOutputActions); } // namespace TransferGeometryElementData } // namespace nx::core diff --git a/src/simplnx/Utilities/FilePathGenerator.cpp b/src/simplnx/Utilities/FilePathGenerator.cpp index e6b1003f3c..d5465e1172 100644 --- a/src/simplnx/Utilities/FilePathGenerator.cpp +++ b/src/simplnx/Utilities/FilePathGenerator.cpp @@ -60,4 +60,4 @@ std::vector GenerateFileList(int32 start, int32 end, int32 incremen return fileList; } -} // namespace nx::core +} // namespace nx::core::FilePathGenerator