From 4585a5b64debfc5e91ea57487dd840fb5fd786ce Mon Sep 17 00:00:00 2001 From: kintel Date: Wed, 9 Dec 2009 14:22:04 +0000 Subject: Indentation fixes git-svn-id: http://svn.clifford.at/openscad/trunk@152 b57f626f-c46c-0410-a088-ec61d464b74c 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 *highlights, QVector *background) const; - virtual QString dump(QString indent) const; + virtual QString dump(QString indent) const; }; AbstractNode *CsgModule::evaluate(const Context*, const ModuleInstanciation *inst) const diff --git a/transform.cc b/transform.cc index bc2e426..51b54dc 100644 --- a/transform.cc +++ b/transform.cc @@ -43,10 +43,10 @@ public: double m[16]; TransformNode(const ModuleInstanciation *mi) : AbstractNode(mi) { } #ifdef ENABLE_CGAL - virtual CGAL_Nef_polyhedron render_cgal_nef_polyhedron() const; + virtual CGAL_Nef_polyhedron render_cgal_nef_polyhedron() const; #endif virtual CSGTerm *render_csg_term(double m[16], QVector *highlights, QVector *background) const; - virtual QString dump(QString indent) const; + virtual QString dump(QString indent) const; }; AbstractNode *TransformModule::evaluate(const Context *ctx, const ModuleInstanciation *inst) const @@ -73,8 +73,8 @@ AbstractNode *TransformModule::evaluate(const Context *ctx, const ModuleInstanci argnames = QVector() << "m"; } - Context c(ctx); - c.args(argnames, argexpr, inst->argnames, inst->argvalues); + Context c(ctx); + c.args(argnames, argexpr, inst->argnames, inst->argvalues); if (type == SCALE) { -- cgit v0.10.1