From 8f5ba8e1a1df2e496bbf24573a68cffe564e24db Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 18 Mar 2019 14:21:37 +1100 Subject: Cleanup: spaces around operators in DNA headers --- source/blender/makesdna/DNA_world_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna/DNA_world_types.h') diff --git a/source/blender/makesdna/DNA_world_types.h b/source/blender/makesdna/DNA_world_types.h index 9ca56ebf78a..ca7b22d5ec3 100644 --- a/source/blender/makesdna/DNA_world_types.h +++ b/source/blender/makesdna/DNA_world_types.h @@ -113,10 +113,10 @@ enum { }; /* flag */ -#define WO_DS_EXPAND (1<<0) +#define WO_DS_EXPAND (1 << 0) /* NOTE: this must have the same value as MA_DS_SHOW_TEXS, * otherwise anim-editors will not read correctly */ -#define WO_DS_SHOW_TEXS (1<<2) +#define WO_DS_SHOW_TEXS (1 << 2) #endif -- cgit v1.2.3