From 3900252abbe0892c242741cfe2186e1910cb1b49 Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Wed, 19 Aug 2020 13:55:59 +1000 Subject: [PATCH] Cleanup: comments, spelling --- utils/blender_theme_as_c.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/blender_theme_as_c.py b/utils/blender_theme_as_c.py index 9c56a86..298f035 100755 --- a/utils/blender_theme_as_c.py +++ b/utils/blender_theme_as_c.py @@ -368,7 +368,7 @@ def main(): with open(source_dst, 'w', encoding='utf-8') as fh: convert_data(blend, theme, fh) - # grr, msvc doesn't like empty braces + # Microsoft Visual Studio doesn't support empty braces. file_remove_empty_braces(source_dst) -- GitLab