Skip to content

Commit

Permalink
clang formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoungbq committed Oct 24, 2023
1 parent 09051f8 commit 67c379a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class COMPLEXCORE_EXPORT ReadStlFile
{
public:
ReadStlFile(DataStructure& data, fs::path stlFilePath, const DataPath& geometryPath, const DataPath& faceGroupPath, const DataPath& faceNormalsDataPath, bool scaleOutput, float32 scaleFactor,
const std::atomic_bool& shouldCancel);
const std::atomic_bool& shouldCancel);
~ReadStlFile() noexcept;

ReadStlFile(const ReadStlFile&) = delete;
Expand Down
2 changes: 1 addition & 1 deletion src/Plugins/ComplexCore/test/ReadHDF5DatasetTest.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "ComplexCore/ComplexCore_test_dirs.hpp"
#include "ComplexCore/Filters/ReadHDF5Dataset.hpp"
#include "ComplexCore/ComplexCore_test_dirs.hpp"

#include "complex/Common/TypesUtility.hpp"
#include "complex/DataStructure/DataArray.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ORIENTATIONANALYSIS_EXPORT ReadH5EspritData : public ReadH5Data<H5EspritRe
{
public:
ReadH5EspritData(DataStructure& dataStructure, const IFilter::MessageHandler& mesgHandler, const std::atomic_bool& shouldCancel, const ReadH5DataInputValues* inputValues,
ReadH5EspritDataInputValues* espritInputValues);
ReadH5EspritDataInputValues* espritInputValues);
~ReadH5EspritData() noexcept override;

ReadH5EspritData(const ReadH5EspritData&) = delete;
Expand Down

0 comments on commit 67c379a

Please sign in to comment.