commit | ce869b55f8bebdaeed62b45d273e6133e976e8ec | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu May 20 13:08:44 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed May 26 17:26:07 2021 -0400 |
tree | cd342d9c90346fd9d6c70b254a796ddf765d9495 | |
parent | 9e8bb078859a559b17effdb21bafdb050b859b6e [diff] |
spl: Kconfig: Use tabs instead of space for alignment A lot of entries were using spaces instead of tab for alignment that's why it is good to fix it to use the same style everywhere. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>