From 775c8ce3327975ea98c18e29012bc03268753385 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 22 Apr 2019 09:16:18 +1000 Subject: Cleanup: style, use braces for makesdna, makesrna --- source/blender/makesdna/intern/makesdna.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/makesdna/intern') diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c index 163165283dd..0ea1ca9c018 100644 --- a/source/blender/makesdna/intern/makesdna.c +++ b/source/blender/makesdna/intern/makesdna.c @@ -587,8 +587,9 @@ static int preprocess_include(char *maindata, const int maindata_len) else if (*cp == '\n') { comment = 0; } - if (comment || *cp < 32 || *cp > 128) + if (comment || *cp < 32 || *cp > 128) { *cp = 32; + } cp++; } -- cgit v1.2.3