Skip to content

Commit 8667f27

Browse files
committed
Revert "Apply clang-format"
This reverts commit 8de3446.
1 parent 8de3446 commit 8667f27

File tree

3 files changed

+7
-55
lines changed

3 files changed

+7
-55
lines changed

Cura-workflows

Lines changed: 0 additions & 1 deletion
This file was deleted.

include/Scene.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) 2018 Ultimaker B.V.
2-
// CuraEngine is released under the terms of the AGPLv3 or higher.
1+
//Copyright (c) 2018 Ultimaker B.V.
2+
//CuraEngine is released under the terms of the AGPLv3 or higher.
33

44
#ifndef SCENE_H
55
#define SCENE_H
@@ -20,13 +20,13 @@ class Scene
2020
/*
2121
* \brief The global settings in the scene.
2222
*/
23-
Settings settings;
23+
Settings settings;
2424

2525
/*
2626
* \brief Which extruder to evaluate each setting on, if different from the
2727
* normal extruder of the object it's evaluated for.
2828
*/
29-
std::unordered_map<std::string, ExtruderTrain*> limit_to_extruder;
29+
std::unordered_map<std::string, ExtruderTrain*> limit_to_extruder;
3030

3131
/*
3232
* \brief The mesh groups in the scene.
@@ -80,9 +80,9 @@ class Scene
8080
/*
8181
* \brief You are not allowed to copy by assignment either.
8282
*/
83-
Scene& operator=(const Scene&) = delete;
83+
Scene& operator =(const Scene&) = delete;
8484
};
8585

86-
} // namespace cura
86+
} //namespace cura
8787

88-
#endif // SCENE_H
88+
#endif //SCENE_H

package_details.txt

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)