correct indentation and some whitespace edits (no functional changes)

This commit is contained in:
Campbell Barton
2011-11-11 13:09:14 +00:00
parent 094c9799f9
commit e84c0980a3
142 changed files with 722 additions and 688 deletions

View File

@@ -91,14 +91,14 @@ CSG_PerformBooleanOperation(
switch( op_type ) {
case e_csg_union:
boolType = BOP_UNION;
break;
boolType = BOP_UNION;
break;
case e_csg_difference:
boolType = BOP_DIFFERENCE;
break;
boolType = BOP_DIFFERENCE;
break;
default:
boolType = BOP_INTERSECTION;
break;
boolType = BOP_INTERSECTION;
break;
}
BoolOpState boolOpResult;