From e84c0980a3afb89301f8512acee64e525db3a49d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 11 Nov 2011 13:09:14 +0000 Subject: correct indentation and some whitespace edits (no functional changes) --- intern/bsp/intern/CSG_BooleanOps.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'intern/bsp') diff --git a/intern/bsp/intern/CSG_BooleanOps.cpp b/intern/bsp/intern/CSG_BooleanOps.cpp index 91523bad483..df1374ef10b 100644 --- a/intern/bsp/intern/CSG_BooleanOps.cpp +++ b/intern/bsp/intern/CSG_BooleanOps.cpp @@ -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; -- cgit v1.2.3