diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-01 06:14:16 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-01 06:14:16 (GMT) |
commit | e5199d09bab2cf7301c570d95bd1dcd5e68f82d9 (patch) | |
tree | 231026e965c952a00e0fdeed5c27e91f6ce6a1c5 /src | |
parent | c1b747f6c2af34a61a2015fd00b33df088d1a98c (diff) |
Clifford Wolf:
Indenting fix
git-svn-id: http://svn.clifford.at/openscad/trunk@404 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src')
-rw-r--r-- | src/openscad.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openscad.cc b/src/openscad.cc index f5bf77f..3939040 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(); |