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-03-14 09:52:30 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-14 09:52:30 +0400
commitaff410b558c4c438f38a4050dbe13684e209572b (patch)
tree3b38e07c4d41c63cb0e9bdb230a51a486b64c63d /build_files
parent5f92078d53884c6b2715e64482702108316607ad (diff)
style cleanup: odd indentation
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/clang_array_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/clang_array_check.py b/build_files/cmake/clang_array_check.py
index 3070c27f769..fc85b5c454d 100644
--- a/build_files/cmake/clang_array_check.py
+++ b/build_files/cmake/clang_array_check.py
@@ -115,7 +115,7 @@ args = sys.argv[2:]
# print(args)
tu = index.parse(sys.argv[1], args)
-print('Translation unit: %s' % tu.spelling)
+# print('Translation unit: %s' % tu.spelling)
# -----------------------------------------------------------------------------