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
path: root/source
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2010-10-19 00:33:04 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-10-19 00:33:04 +0400
commit6e77dc19428a7887c6bee80f2485cb4628d03b78 (patch)
tree97fa9e16e0177b173bbc600ccfb25a187d227aee /source
parentd5f160d1e82f556cc7ad4646104ee09b07967fa8 (diff)
whitespace commit, AKA commit count bump.
Diffstat (limited to 'source')
-rw-r--r--source/creator/creator.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index fce71edcced..117efe6bba6 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1046,14 +1046,14 @@ int main(int argc, char **argv)
BLI_where_am_i(bprogname, argv[0]);
#ifdef BUILD_DATE
- strip_quotes(build_date);
- strip_quotes(build_time);
- strip_quotes(build_rev);
- strip_quotes(build_platform);
- strip_quotes(build_type);
- strip_quotes(build_cflags);
- strip_quotes(build_cxxflags);
- strip_quotes(build_linkflags);
+ strip_quotes(build_date);
+ strip_quotes(build_time);
+ strip_quotes(build_rev);
+ strip_quotes(build_platform);
+ strip_quotes(build_type);
+ strip_quotes(build_cflags);
+ strip_quotes(build_cxxflags);
+ strip_quotes(build_linkflags);
#endif
BLI_threadapi_init();