Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/makesdna/intern/makesdna.c')
-rw-r--r--source/blender/makesdna/intern/makesdna.c3
1 files changed, 1 insertions, 2 deletions
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;