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>2013-04-12 04:50:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-12 04:50:40 +0400
commit502ddd312879316c13f66d84c4ffe0927df53a06 (patch)
tree51a18bef238f47e385d909c591e98d2023086854 /build_files/cmake/cmake_static_check_clang_array.py
parent742c1cb3284fed8a9fdef1cb899a3eaaf896cd41 (diff)
code cleanup: warnings and style.
Diffstat (limited to 'build_files/cmake/cmake_static_check_clang_array.py')
-rw-r--r--build_files/cmake/cmake_static_check_clang_array.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/cmake_static_check_clang_array.py b/build_files/cmake/cmake_static_check_clang_array.py
index 448454c2177..22b5d07c40c 100644
--- a/build_files/cmake/cmake_static_check_clang_array.py
+++ b/build_files/cmake/cmake_static_check_clang_array.py
@@ -66,7 +66,7 @@ def main():
percent_str = "[" + ("%.2f]" % percent).rjust(7) + " %:"
sys.stdout.flush()
- sys.stdout.write("%s " % percent_str)
+ sys.stdout.write("%s %s\n" % (percent_str, c))
return subprocess.Popen(cmd)