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 Aug 1, 2024
1 parent df0132a commit 499136d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions include/utils/ExtrusionLine.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#ifndef UTILS_EXTRUSION_LINE_H
#define UTILS_EXTRUSION_LINE_H

#include <algorithm>

#include <range/v3/view/enumerate.hpp>
#include <range/v3/view/reverse.hpp>
#include <range/v3/view/sliding.hpp>
Expand All @@ -13,8 +15,6 @@
#include "geometry/Polygon.h"
#include "geometry/Shape.h"

#include <algorithm>

namespace cura
{

Expand Down
6 changes: 3 additions & 3 deletions src/geometry/PartsView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

#include "geometry/PartsView.h"

#include "geometry/Polygon.h"
#include "geometry/SingleShape.h"

#include <algorithm>
#include <vector>

#include "geometry/Polygon.h"
#include "geometry/SingleShape.h"

namespace cura
{

Expand Down
3 changes: 1 addition & 2 deletions src/infill/ZigzagConnectorProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@

#include "infill/ZigzagConnectorProcessor.h"

#include <algorithm>
#include <cassert>

#include "geometry/OpenPolyline.h"
#include "geometry/PointMatrix.h"
#include "geometry/Polygon.h"
#include "geometry/Shape.h"

#include <algorithm>

using namespace cura;


Expand Down

0 comments on commit 499136d

Please sign in to comment.