Skip to content
Snippets Groups Projects
Commit 4808ea1e authored by Sam Jenkins's avatar Sam Jenkins
Browse files

Re #23574 re-applied clang formatting

parent e46086d7
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ public:
static constexpr int HEADER_SIZE = 80;
static constexpr uint32_t SIZE_OF_TRIANGLE = 50;
static constexpr uint32_t NUM_OF_TRIANGLES = 4;
LoadBinaryStl(std::string filename) : m_filename(filename){}
LoadBinaryStl(std::string filename) : m_filename(filename) {}
std::unique_ptr<Geometry::MeshObject> readStl();
bool isBinarySTL();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment