billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=16cdc7ae109c83b53d8311b61620bd89ad61d39d

commit 16cdc7ae109c83b53d8311b61620bd89ad61d39d
Author: Boris Faure <[email protected]>
Date:   Mon Oct 19 23:04:01 2020 +0200

    ini2desc.py: bad indentation
---
 data/colorschemes/ini2desc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/colorschemes/ini2desc.py b/data/colorschemes/ini2desc.py
index bcff269..409fcff 100755
--- a/data/colorschemes/ini2desc.py
+++ b/data/colorschemes/ini2desc.py
@@ -97,7 +97,7 @@ def write_ansi():
     for c in range(15):
         write_color(cfg.get('Ansi', 'ansi{0:02d}'.format(c),
                             fallback=default[c]))
-        out.write('    }\n')
+    out.write('    }\n')
 
 write_ansi()
 out.write('}\n')

-- 


Reply via email to