]> sigrok.org Git - libsigrok.git/commit
strutil: add more space in hexdumps after 8 and 16 data bytes
authorGerhard Sittig <redacted>
Sun, 19 Mar 2023 17:06:06 +0000 (18:06 +0100)
committerGerhard Sittig <redacted>
Sun, 19 Mar 2023 21:40:07 +0000 (22:40 +0100)
commita1d7443ba4130ffedfe657b59a77c00bc616662a
treece254fbf4b659e5f5fe85c98d0f4c559d1b5eb66
parentd4915da66285a2ad324432b7fc28add3bbc70191
strutil: add more space in hexdumps after 8 and 16 data bytes

The previous implementation just had one space between bytes. Which
quickly becomes hard to read for longer runs. Add more spaces after
8 and 16 bytes each for improved readability.
src/strutil.c