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>2015-12-28 17:08:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-28 17:08:41 +0300
commitb26fb531f3699d384775703e7da7277a5b2eb1bd (patch)
tree5cf9c6ce1df3b34a3d01552cb594178176ef791c /source/blender/collada
parent61d6fa92c5c91b1a7ed86d942b3b8e5f09fa4106 (diff)
Cleanup: style, indentation
Diffstat (limited to 'source/blender/collada')
-rw-r--r--source/blender/collada/DocumentExporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/DocumentExporter.cpp b/source/blender/collada/DocumentExporter.cpp
index 3ade7c3cb27..1348d7e6d43 100644
--- a/source/blender/collada/DocumentExporter.cpp
+++ b/source/blender/collada/DocumentExporter.cpp
@@ -159,7 +159,7 @@ static COLLADABU::NativeString make_temp_filepath(const char *name, const char *
char tempfile[FILE_MAX];
const char *tempdir = BKE_tempdir_session();
- if (name == NULL){
+ if (name == NULL) {
name = tmpnam(NULL);
}