]> git.dujemihanovic.xyz Git - u-boot.git/commit
cli: Unindent some code in cread_line()
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:13:12 +0000 (19:13 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 19:43:54 +0000 (15:43 -0400)
commit8d997aab6e231aa3b442ffe504b24709ff9c7c19
tree6046052a190ee6aa5bc03f43fa665ac4efc8df15
parentbe5c2edd10cc0c5c1b938fc03bc7e7c35801a0bd
cli: Unindent some code in cread_line()

Reduce the indentation level of this code so it is easier to review the
next patch, which moves it into a function.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cli_readline.c