mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
code_size_compare: left align file names in markdown table
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
@ -625,7 +625,7 @@ class CodeSizeGeneratorWithSize(CodeSizeGenerator):
|
|||||||
"change(text,data)", "change%(text,data)"))
|
"change(text,data)", "change%(text,data)"))
|
||||||
if with_markdown:
|
if with_markdown:
|
||||||
output.write(format_string
|
output.write(format_string
|
||||||
.format("----:", "----:", "----:", "----:", "----:"))
|
.format(":----", "----:", "----:", "----:", "----:"))
|
||||||
|
|
||||||
for mod, fname, size_entry in \
|
for mod, fname, size_entry in \
|
||||||
self._size_reader_helper(new_rev, output, with_markdown):
|
self._size_reader_helper(new_rev, output, with_markdown):
|
||||||
|
Reference in New Issue
Block a user