summaryrefslogtreecommitdiff
path: root/csgops.cc
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2009-12-09 14:22:04 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2009-12-09 14:22:04 (GMT)
commit4585a5b64debfc5e91ea57487dd840fb5fd786ce (patch)
tree72411534c5ebb28206192d639a240f3593618d41 /csgops.cc
parent0032ea235e82f6436b5789064af0564338af7fca (diff)
Indentation fixes
git-svn-id: http://svn.clifford.at/openscad/trunk@152 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'csgops.cc')
-rw-r--r--csgops.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/csgops.cc b/csgops.cc
index 777dc8d..a266ab1 100644
--- a/csgops.cc
+++ b/csgops.cc
@@ -42,10 +42,10 @@ public:
csg_type_e type;
CsgNode(const ModuleInstanciation *mi, csg_type_e type) : AbstractNode(mi), type(type) { }
#ifdef ENABLE_CGAL
- virtual CGAL_Nef_polyhedron render_cgal_nef_polyhedron() const;
+ virtual CGAL_Nef_polyhedron render_cgal_nef_polyhedron() const;
#endif
CSGTerm *render_csg_term(double m[16], QVector<CSGTerm*> *highlights, QVector<CSGTerm*> *background) const;
- virtual QString dump(QString indent) const;
+ virtual QString dump(QString indent) const;
};
AbstractNode *CsgModule::evaluate(const Context*, const ModuleInstanciation *inst) const
contact: Jan Huwald // Impressum