From ca7d1ec39d5ee52c5a12cb40344adfe227ea6dcf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 13 Aug 2012 15:17:15 +0000 Subject: style cleanup: use
 for doxygen ascii art

---
 source/blender/makesdna/DNA_object_types.h | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

(limited to 'source/blender/makesdna')

diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 597103a78df..af44db3896a 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -71,16 +71,17 @@ typedef struct bDeformGroup {
 #define DG_LOCK_WEIGHT 1
 
 /**
- * The following illustrates the orientation of the 
+ * The following illustrates the orientation of the
  * bounding box in local space
- * 
- *  
+ *
+ * 
+ *
  * Z  Y
  * | /
  * |/
  * .-----X
- * 
- * 
+ *
+ *
  *     2----------6
  *    /|         /|
  *   / |        / |
@@ -90,6 +91,7 @@ typedef struct bDeformGroup {
  *  | /        | /
  *  |/         |/
  *  0----------4
+ * 
*/ typedef struct BoundBox { float vec[8][3]; -- cgit v1.2.3