From e5199d09bab2cf7301c570d95bd1dcd5e68f82d9 Mon Sep 17 00:00:00 2001 From: clifford Date: Mon, 1 Feb 2010 06:14:16 +0000 Subject: [PATCH] Clifford Wolf: Indenting fix git-svn-id: http://svn.clifford.at/openscad/trunk@404 b57f626f-c46c-0410-a088-ec61d464b74c --- src/openscad.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openscad.cc b/src/openscad.cc index f5bf77f1..39390409 100644 --- a/src/openscad.cc +++ b/src/openscad.cc @@ -73,7 +73,7 @@ int main(int argc, char **argv) #ifdef ENABLE_CGAL // Causes CGAL errors to abort directly instead of throwing exceptions - // (which we don't catch). This gives us stack traces without rerunning in gdb. + // (which we don't catch). This gives us stack traces without rerunning in gdb. CGAL::set_error_behaviour(CGAL::ABORT); #endif initialize_builtin_functions();