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>2020-03-14 07:23:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-14 07:39:59 +0300
commit4b38eac4daebe58ed6acf6a6824274d47747dbac (patch)
treed0e45fca8b3219d9252633b1967be2e94ea21f0f /release/datafiles
parent60e3f690cb66dfea9e078b70f12fc53611268f36 (diff)
CMake: use spaces instead of tabs for icon updating script
Diffstat (limited to 'release/datafiles')
-rwxr-xr-xrelease/datafiles/blender_icons_geom_update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/datafiles/blender_icons_geom_update.py b/release/datafiles/blender_icons_geom_update.py
index 5e4b0383b9a..3b7724756db 100755
--- a/release/datafiles/blender_icons_geom_update.py
+++ b/release/datafiles/blender_icons_geom_update.py
@@ -86,5 +86,5 @@ edit_text_file(
os.path.join(ROOTDIR, "source", "blender", "editors", "datafiles", "CMakeLists.txt"),
"# BEGIN ICON_GEOM_NAMES",
"# END ICON_GEOM_NAMES",
- "\t" + "\n\t".join(icon_files) + "\n",
+ " " + "\n ".join(icon_files) + "\n",
)