summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/chewingkey.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/chewingkey.py b/scripts/chewingkey.py
index c0d2f05..1372fcb 100644
--- a/scripts/chewingkey.py
+++ b/scripts/chewingkey.py
@@ -140,7 +140,7 @@ def gen_table_index(content_table):
except ValueError:
pass
- entry = '{0} /* {1} */'.format(index, chewingkey)
+ entry = '{0:<7} /* {1} */'.format(index, chewingkey)
entries.append(entry)
return ",\n".join(entries)