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-05-12 15:01:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-12 15:01:29 +0400
commita9f6e5438443e6b35db1e22f6c595d31804af9b6 (patch)
treec196cb64ba0c687bf1ed9f568a710b7ee865b230 /source/creator/buildinfo.c
parent68e27b749ec0ebcde549cf2bc442a17f829c87ee (diff)
style cleanup: mostly whitespace in rna
Diffstat (limited to 'source/creator/buildinfo.c')
-rw-r--r--source/creator/buildinfo.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/source/creator/buildinfo.c b/source/creator/buildinfo.c
index c71b2d5e833..d747fe8e1ff 100644
--- a/source/creator/buildinfo.c
+++ b/source/creator/buildinfo.c
@@ -37,23 +37,23 @@
#ifdef BUILD_DATE
/* currently only these are defined in the header */
-char build_date[]= BUILD_DATE;
-char build_time[]= BUILD_TIME;
-char build_rev[]= BUILD_REV;
+char build_date[] = BUILD_DATE;
+char build_time[] = BUILD_TIME;
+char build_rev[] = BUILD_REV;
-char build_platform[]= BUILD_PLATFORM;
-char build_type[]= BUILD_TYPE;
+char build_platform[] = BUILD_PLATFORM;
+char build_type[] = BUILD_TYPE;
#ifdef BUILD_CFLAGS
-char build_cflags[]= BUILD_CFLAGS;
-char build_cxxflags[]= BUILD_CXXFLAGS;
-char build_linkflags[]= BUILD_LINKFLAGS;
-char build_system[]= BUILD_SYSTEM;
+char build_cflags[] = BUILD_CFLAGS;
+char build_cxxflags[] = BUILD_CXXFLAGS;
+char build_linkflags[] = BUILD_LINKFLAGS;
+char build_system[] = BUILD_SYSTEM;
#else
-char build_cflags[]= "unmaintained buildsystem alert!";
-char build_cxxflags[]= "unmaintained buildsystem alert!";
-char build_linkflags[]= "unmaintained buildsystem alert!";
-char build_system[]= "unmaintained buildsystem alert!";
+char build_cflags[] = "unmaintained buildsystem alert!";
+char build_cxxflags[] = "unmaintained buildsystem alert!";
+char build_linkflags[] = "unmaintained buildsystem alert!";
+char build_system[] = "unmaintained buildsystem alert!";
#endif
#endif // BUILD_DATE