commit | 7675a09f8f21c183fa08b809407e287bdcd5f13e | [log] [tgz] |
---|---|---|
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | Sat Jul 31 15:01:53 2010 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Mon Aug 09 01:07:37 2010 +0200 |
tree | 4b6755e3c8a776c7ad6ca7f064887fe70d2d8674 | |
parent | 0dddc00bafd77723e53b58ca3beffc50822e4fa9 [diff] |
various cmd_* files: fixed layout a little bit Most of the files have U_BOOT_CMD on a separate line, but a few didn't and had the first line on the same line as U_BOOT_CMD. This changes these files by adding a line break and a tab Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>