From bba757ef81abd93a2ec33dbf6858fa4bf398c7d6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 24 Apr 2022 13:33:14 +1000 Subject: Cleanup: various minor changes - Add missing doxy-section for Apply Parent Inverse Operator - Use identity for None comparison in Python. - Remove newline from operator doc-strings. - Use '*' prefix multi-line C comment blocks. - Separate filenames from doc-strings. - Remove break after return. --- tests/performance/benchmark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/performance/benchmark b/tests/performance/benchmark index 4ca46a111e1..28e8cda5098 100755 --- a/tests/performance/benchmark +++ b/tests/performance/benchmark @@ -333,7 +333,7 @@ def main(): argv = sys.argv[2:] blender_git_dir = find_blender_git_dir() - if blender_git_dir == None: + if blender_git_dir is None: sys.stderr.write('Error: no blender git repository found from current working directory\n') sys.exit(1) -- cgit v1.2.3