]> git.dujemihanovic.xyz Git - u-boot.git/commit
display_options: Drop two spaces before the ASCII column
authorSimon Glass <sjg@chromium.org>
Sat, 8 May 2021 13:00:00 +0000 (07:00 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 8 Jun 2021 15:39:09 +0000 (11:39 -0400)
commitc7b16d830e72372a1af54af94f0e83fcc2b1a0fb
treea6c532a9dce1e0f098f5f2d5d13bec476a8b0878
parentc614ddf28b064d1de18b97edb6d0f5b91ce70376
display_options: Drop two spaces before the ASCII column

At present with print_buffer() U-Boot shows four spaces between the hex
and ASCII data. Two seems enough and matches print_hex_dump(). Change it.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/display_options.c
test/cmd/mem_search.c
test/dm/rtc.c
test/print_ut.c
test/ut.c