Zap dangling whitespaces

This commit is contained in:
Lucas Gabriel Vuotto 2024-06-10 17:44:20 +00:00
parent 6677c6cab3
commit d90236bfb9
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@
* h0 = 0x2000002 * h0 = 0x2000002
* t4 = 0x77fffffa57ffff * t4 = 0x77fffffa57ffff
* *
* which becomes * which becomes
* *
* h4 = 0x257ffff * h4 = 0x257ffff
* h3 = 0x3a95fff * h3 = 0x3a95fff

2
util.c
View File

@ -28,7 +28,7 @@ hexdump_line(char *buf, const uint8_t *blob, size_t len, size_t off, int pad)
{ {
/* /*
* Format is * Format is
* - 16-char hex offset (at most) * - 16-char hex offset (at most)
* - 2 spaces * - 2 spaces
* - 2-char hex byte and a space (16 times) * - 2-char hex byte and a space (16 times)
* - 2 spaces * - 2 spaces