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>2014-10-02 12:32:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-10-02 12:33:15 +0400
commit6bde5381bb7c275cb9005babaf455bdc8ff62f4e (patch)
tree9b37c2e3cc774403a3838d68cdd75c70bf25eb45 /source/creator
parent3dada2f8cfad10dd199cf4969219194cb050f240 (diff)
Cleanup: indentation
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 3511c9dc2cb..9d1ef49d969 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1529,9 +1529,9 @@ int main(
#endif
#ifdef WIN32
- /* FMA3 support in the 2013 CRT is broken on Vista and Windows 7 RTM (fixed in SP1). Just disable it. */
+ /* FMA3 support in the 2013 CRT is broken on Vista and Windows 7 RTM (fixed in SP1). Just disable it. */
# if defined(_MSC_VER) && _MSC_VER >= 1800 && defined(_M_X64)
- _set_FMA3_enable(0);
+ _set_FMA3_enable(0);
# endif
/* Win32 Unicode Args */