From 75fc1c35070e0cf247f2d2e4cffe8a6e711522ff Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 1 Jun 2018 18:19:39 +0200 Subject: Cleanup: trailing whitespace (comment blocks) Strip unindented comment blocks - mainly headers to avoid conflicts. --- source/blender/makesdna/intern/makesdna.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/makesdna/intern/makesdna.c') diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c index a5f474b93bf..f249eb92886 100644 --- a/source/blender/makesdna/intern/makesdna.c +++ b/source/blender/makesdna/intern/makesdna.c @@ -172,7 +172,7 @@ static int additional_slen_offset; static int add_type(const char *str, int len); /** - * Add variable \c str to + * Add variable \c str to * \param str */ static int add_name(const char *str); @@ -191,22 +191,22 @@ static int preprocess_include(char *maindata, int len); /** * Scan this file for serializable types. - */ + */ static int convert_include(const char *filename); /** * Determine how many bytes are needed for an array. - */ + */ static int arraysize(const char *str); /** * Determine how many bytes are needed for each struct. - */ + */ static int calculate_structlens(int); /** * Construct the DNA.c file - */ + */ static void dna_write(FILE *file, const void *pntr, const int size); /** -- cgit v1.2.3