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>2021-07-23 10:04:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-23 10:04:21 +0300
commitf23b14091f60ccb23659075885d29bd24cd97f9d (patch)
tree4f335f3868f7ea1f4b84ad177d65ca6c08f89152 /source/blender/python
parentced94bc11c84f3c997949c2a0ec2449054a8e417 (diff)
Cleanup: double spaces in strings
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/bpy_app_ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_app_ffmpeg.c b/source/blender/python/intern/bpy_app_ffmpeg.c
index d2261ee7311..5f277b0ef07 100644
--- a/source/blender/python/intern/bpy_app_ffmpeg.c
+++ b/source/blender/python/intern/bpy_app_ffmpeg.c
@@ -36,7 +36,7 @@
static PyTypeObject BlenderAppFFmpegType;
#define DEF_FFMPEG_LIB_VERSION(lib) \
- {(#lib "_version"), ("The " #lib " version as a tuple of 3 numbers")}, \
+ {(#lib "_version"), ("The " #lib " version as a tuple of 3 numbers")}, \
{ \
(#lib "_version_string"), ("The " #lib " version formatted as a string") \
}