From 388a29d0243eaca258b4c21e9456b09a0fff76a6 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 31 Jul 2010 15:01:53 +0200 Subject: 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 --- common/cmd_license.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/cmd_license.c') diff --git a/common/cmd_license.c b/common/cmd_license.c index 90fd57e25d..70645d5ed2 100644 --- a/common/cmd_license.c +++ b/common/cmd_license.c @@ -49,7 +49,8 @@ int do_license(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) return 0; } -U_BOOT_CMD(license, 1, 1, do_license, +U_BOOT_CMD( + license, 1, 1, do_license, "print GPL license text", "" ); -- cgit v1.2.1