diff options
author | 2022-11-28 01:13:45 +0000 | |
---|---|---|
committer | 2022-11-28 11:31:42 +0000 | |
commit | 1ed6661c0a81c1261878a20206dc011dc0a109e2 (patch) | |
tree | a16d6a26c70d102983dd40baa97db525cc8173ef /runtime/class_loader_utils.h | |
parent | 3b0513921dff66558ca00b10cdb1c8e8011f3bce (diff) |
ahat: Stop left-padding numbers out to 14 characters
All the numbers looked like:
```
<td align="right"> 5,640</td>
```
HTML will collapse consecutive spaces together, so there's no point having more than one space. This left-padding of numbers is only useful for monospaced text output. And these numbers are all in table cells, so there's no point even having one space.
This isn't a big deal or anything, but it will save a little bit of memory and network transfer. Just a small thing I noticed inspecting the HTML
Change-Id: Ifd458e0b93fcecb22cda2b700421c938fc7a9b6e
Diffstat (limited to 'runtime/class_loader_utils.h')
0 files changed, 0 insertions, 0 deletions