Skip to content

Commit

Permalink
Applied clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
jellespijker authored and github-actions[bot] committed May 2, 2024
1 parent 76d32b8 commit 5a2c243
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Mold.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#include "Mold.h"

#include <numbers>

#include "Application.h" //To get settings.
#include "ExtruderTrain.h"
#include "Scene.h"
Expand All @@ -13,8 +15,6 @@
#include "sliceDataStorage.h"
#include "slicer.h"

#include <numbers>

namespace cura
{

Expand Down
2 changes: 1 addition & 1 deletion src/SkeletalTrapezoidation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#include "SkeletalTrapezoidation.h"

#include <functional>
#include <numbers>
#include <queue>
#include <sstream>
#include <stack>
#include <unordered_set>
#include <numbers>

#include <scripta/logger.h>
#include <spdlog/spdlog.h>
Expand Down
2 changes: 1 addition & 1 deletion src/TreeSupportTipGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

#include <chrono>
#include <fstream>
#include <numbers>
#include <stdio.h>
#include <string>
#include <numbers>

#include <range/v3/view/drop_last.hpp>
#include <range/v3/view/enumerate.hpp>
Expand Down
2 changes: 1 addition & 1 deletion src/slicer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#include "slicer.h"

#include <algorithm> // remove_if
#include <numbers>
#include <cstdio>
#include <numbers>

#include <scripta/logger.h>
#include <spdlog/spdlog.h>
Expand Down

0 comments on commit 5a2c243

Please sign in to comment.