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:
authorCampbell Barton <ideasman42@gmail.com>2012-06-16 13:18:00 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-16 13:18:00 +0400
commit250e919b7c1fa3c70925c87d625fa5e0f2d298ab (patch)
treea1b6aabe894627993dfed4e1c70c75fcdedf4d72 /source/creator
parent664c95d1ebf525b6daf15dc599c85f14ab58155d (diff)
style cleanup
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 51846c8936e..8b6d92414c8 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -153,8 +153,8 @@ static int print_version(int argc, const char **argv, void *data);
/* for the callbacks: */
#define BLEND_VERSION_STRING_FMT \
- "Blender %d.%02d (sub %d)\n", \
- BLENDER_VERSION/100, BLENDER_VERSION%100, BLENDER_SUBVERSION \
+ "Blender %d.%02d (sub %d)\n", \
+ BLENDER_VERSION / 100, BLENDER_VERSION % 100, BLENDER_SUBVERSION \
/* Initialize callbacks for the modules that need them */
static void setCallbacks(void);