From b96c6220157807cbfa3568031d5ab688280fe1d6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 11 Aug 2012 22:12:32 +0000 Subject: style cleanup --- source/blender/blenlib/BLI_kdopbvh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_kdopbvh.h') diff --git a/source/blender/blenlib/BLI_kdopbvh.h b/source/blender/blenlib/BLI_kdopbvh.h index a2957b32824..985b5af3b94 100644 --- a/source/blender/blenlib/BLI_kdopbvh.h +++ b/source/blender/blenlib/BLI_kdopbvh.h @@ -50,7 +50,7 @@ typedef struct BVHTreeOverlap { } BVHTreeOverlap; /* flags */ -#define BVH_ONQUAD (1<<0) +#define BVH_ONQUAD (1 << 0) typedef struct BVHTreeNearest { int index; /* the index of the nearest found (untouched if none is found within a dist radius from the given coordinates) */ -- cgit v1.2.3