[SUBMIT] tlv_eeprom: remove leading space when displaying TLV binary value
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Fri, 14 Nov 2025 17:51:47 +0000 (12:51 -0500)
committerHugo Villeneuve <hvilleneuve@dimonoff.com>
Mon, 17 Nov 2025 15:50:01 +0000 (10:50 -0500)
commit87e4814b80a805c9cb36e9f7ea96a47e1cfdac0c
tree50e12083caf250b69c7a6744815999507d1928eb
parentd8d858071734f443a1290ec9512d78fa4f4d07f9
[SUBMIT] tlv_eeprom: remove leading space when displaying TLV binary value

When displaying TLV binary values, as in this example:

    TLV Name             Code Len Value
    -------------------- ---- --- -----
    Product Name         0x21   6 my-product
    Vendor Extension     0xFD   6  0x66 0x6F 0x6F 0x62 0x61 0x72
    CRC-32               0xFE   4 0x3CAAF7AE

There is a leading space before the first byte.

Fix by not printing the space character for the first value.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
src/tlv_eeprom.c