Zap dangling whitespaces
This commit is contained in:
parent
6677c6cab3
commit
d90236bfb9
@ -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
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
|
* 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
|
||||||
|
Loading…
Reference in New Issue
Block a user