]> git.baikalelectronics.ru Git - uboot.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)
commit23b5cb7b573ae1eee88c34ddccf2ba61fa7f3191
treea6c532a9dce1e0f098f5f2d5d13bec476a8b0878
parent230846ce6967d911d4c53f2096f66dffef212744
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