diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-03-04 02:23:03 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-03-04 02:23:03 (GMT) |
commit | 94d4acf76566ec2bc24f60b78d46690df6d3370d (patch) | |
tree | ad3aa52bb83d8f98ba249a02f958ccabe33826a4 /src/export.cc | |
parent | 689fdad0acfd17aa2676bd5bcf34ebba29c383a5 (diff) |
cleanup tab spacing
Diffstat (limited to 'src/export.cc')
-rw-r--r-- | src/export.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/export.cc b/src/export.cc index 6ec28ef..ec6e576 100644 --- a/src/export.cc +++ b/src/export.cc @@ -42,7 +42,7 @@ void export_stl(CGAL_Nef_polyhedron *root_N, std::ostream &output) CGAL::Failure_behaviour old_behaviour = CGAL::set_error_behaviour(CGAL::THROW_EXCEPTION); try { CGAL_Polyhedron P; - root_N->p3->convert_to_Polyhedron(P); + root_N->p3->convert_to_Polyhedron(P); typedef CGAL_Polyhedron::Vertex Vertex; typedef CGAL_Polyhedron::Vertex_const_iterator VCI; |