mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-03-30 02:28:04 -04:00
testfw: clang format
This commit is contained in:
parent
9488f0633d
commit
709a4449ff
@ -75,7 +75,7 @@ void hexdump(void *buf, int len)
|
|||||||
{
|
{
|
||||||
uint8_t *byte_buf = (uint8_t *)buf;
|
uint8_t *byte_buf = (uint8_t *)buf;
|
||||||
|
|
||||||
for (int i = 0; i < len; i ++) {
|
for (int i = 0; i < len; i++) {
|
||||||
puthex(byte_buf[i]);
|
puthex(byte_buf[i]);
|
||||||
if (i % 2 == 1) {
|
if (i % 2 == 1) {
|
||||||
writebyte(' ');
|
writebyte(' ');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user