Re: [U-Boot] [PATCH] cmd_mem.c: Fix help message alignment

2008-09-08 Thread Peter Tyser
> > What is the preferred command indentation in general? > > > > - Tabs or spaces? eg: > > "dhcp\t- invoke DHCP client to obtain IP/boot params\n" > > "exit- exit script\n" > > TABs are preferred, as they save memory footprint for the U-Boot > image. But for the help textx, this often m

Re: [U-Boot] [PATCH] cmd_mem.c: Fix help message alignment

2008-09-06 Thread Wolfgang Denk
Dear Peter, In message <[EMAIL PROTECTED]> you wrote: > On Tue, 2008-08-26 at 15:03 +0200, Wolfgang Denk wrote: > > Bug was introced by "Big white-space cleanup" (53677ef1) > > s/introced/introduced/ Thanks, too late. When I read your message, that commit was already pushed oout. Sorry. > What

Re: [U-Boot] [PATCH] cmd_mem.c: Fix help message alignment

2008-08-26 Thread Peter Tyser
On Tue, 2008-08-26 at 15:03 +0200, Wolfgang Denk wrote: > Bug was introced by "Big white-space cleanup" (53677ef1) s/introced/introduced/ > > Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> > --- > common/cmd_mem.c | 30 +++--- > 1 files changed, 15 insertions(+), 15

[U-Boot] [PATCH] cmd_mem.c: Fix help message alignment

2008-08-26 Thread Wolfgang Denk
Bug was introced by "Big white-space cleanup" (53677ef1) Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- common/cmd_mem.c | 30 +++--- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/common/cmd_mem.c b/common/cmd_mem.c index a78355c..4766c24 100644