commit | c8d7ac72851cefb4d7221dbbf3bfcd08ab7c87b1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:13:12 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 11 15:43:54 2023 -0400 |
tree | 6046052a190ee6aa5bc03f43fa665ac4efc8df15 | |
parent | 07627c58b0f3c16e4577ad689f42ae8bf796dbaa [diff] |
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>