From 31d2ee9bf77bb991ea4779c47379b2cee84b27ed Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 6 Mar 2012 18:40:15 +0000 Subject: style cleanup, brackets in else/if, some indentation. --- source/blender/makesdna/intern/makesdna.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c index 130a30da3c4..37148bb7cd7 100644 --- a/source/blender/makesdna/intern/makesdna.c +++ b/source/blender/makesdna/intern/makesdna.c @@ -981,8 +981,7 @@ static int make_structDNA(char *baseDirectory, FILE *file) } /* FOR DEBUG */ - if (debugSDNA > 1) - { + if (debugSDNA > 1) { int a,b; /* short *elem; */ short num_types; -- cgit v1.2.3