Cleanup: double spaces in strings

This commit is contained in:
2021-07-23 17:04:21 +10:00
parent ced94bc11c
commit f23b14091f
4 changed files with 7 additions and 7 deletions

View File

@@ -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") \
}