code_size_compare: left align file names in markdown table

Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
Yanray Wang 2023-07-26 10:45:11 +08:00
parent ea842e791b
commit bef1acd7b8

View file

@ -625,7 +625,7 @@ class CodeSizeGeneratorWithSize(CodeSizeGenerator):
"change(text,data)", "change%(text,data)"))
if with_markdown:
output.write(format_string
.format("----:", "----:", "----:", "----:", "----:"))
.format(":----", "----:", "----:", "----:", "----:"))
for mod, fname, size_entry in \
self._size_reader_helper(new_rev, output, with_markdown):