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-10-08 14:03:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-08 14:03:01 +0400
commit7614428c09de832df4a39038ceec4eb5e2951800 (patch)
treee9f5219c77884ace7de04095fa5bcdad3da1f9eb /build_files/cmake/cmake_static_check_splint.py
parent1487ef9828d576088eac3a792069ea95d15579af (diff)
style cleanup: pep8
Diffstat (limited to 'build_files/cmake/cmake_static_check_splint.py')
-rw-r--r--build_files/cmake/cmake_static_check_splint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/cmake_static_check_splint.py b/build_files/cmake/cmake_static_check_splint.py
index b753a6122cd..7be28c01af8 100644
--- a/build_files/cmake/cmake_static_check_splint.py
+++ b/build_files/cmake/cmake_static_check_splint.py
@@ -80,7 +80,7 @@ def main():
[c] +
[("-I%s" % i) for i in inc_dirs] +
[("-D%s" % d) for d in defs]
- )
+ )
check_commands.append((c, cmd))