Zap dangling whitespaces
This commit is contained in:
parent
6677c6cab3
commit
d90236bfb9
2 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@
|
|||
* h0 = 0x2000002
|
||||
* t4 = 0x77fffffa57ffff
|
||||
*
|
||||
* which becomes
|
||||
* which becomes
|
||||
*
|
||||
* h4 = 0x257ffff
|
||||
* h3 = 0x3a95fff
|
||||
|
|
2
util.c
2
util.c
|
@ -28,7 +28,7 @@ hexdump_line(char *buf, const uint8_t *blob, size_t len, size_t off, int pad)
|
|||
{
|
||||
/*
|
||||
* Format is
|
||||
* - 16-char hex offset (at most)
|
||||
* - 16-char hex offset (at most)
|
||||
* - 2 spaces
|
||||
* - 2-char hex byte and a space (16 times)
|
||||
* - 2 spaces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue