Skip to content

Commit

Permalink
Applied clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo authored and github-actions[bot] committed Feb 16, 2024
1 parent baf0e17 commit 35a9f5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions include/ExtruderUse.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#ifndef EXTRUDERUSE_H
#define EXTRUDERUSE_H

#include "ExtruderPrime.h"

#include <stddef.h>

#include "ExtruderPrime.h"

namespace cura
{

Expand Down
6 changes: 3 additions & 3 deletions include/TreeSupportBaseCircle.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
#ifndef TREESUPPORTCIRCLE_H
#define TREESUPPORTCIRCLE_H

#include "utils/Coord_t.h"
#include "utils/polygon.h"
#include <cmath>

#include <range/v3/view/iota.hpp>

#include <cmath>
#include "utils/Coord_t.h"
#include "utils/polygon.h"

namespace cura
{
Expand Down

0 comments on commit 35a9f5c

Please sign in to comment.