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:
authorJeroen Bakker <jeroen@blender.org>2022-07-26 15:31:29 +0300
committerJeroen Bakker <jeroen@blender.org>2022-07-26 15:31:29 +0300
commit29495c624cd190589351b3147af549f7cbe2a15a (patch)
tree5272a07afa804735126a660a782e41a325872524
parent13afaf5b2c3c24d520e2fdde588f4f6220e79670 (diff)
Removed trailing spaces in python code.temp-T99046-platform-reference-images
-rw-r--r--tests/python/gpu_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/gpu_info.py b/tests/python/gpu_info.py
index 159eafed94e..1df23d68000 100644
--- a/tests/python/gpu_info.py
+++ b/tests/python/gpu_info.py
@@ -1,6 +1,6 @@
"""
Prints GPU backend information to the console and exits.
-
+
Use this script as `blender --background --python gpu_info.py`.
"""
import bpy