From: Pierre-Alexandre Meyer Date: Sat, 14 Mar 2009 17:52:05 +0000 (-0700) Subject: hdt: Small indentation fix in hdt-cli-syslinux.c X-Git-Tag: syslinux-3.74-pre12~76 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f620664f773b8676666bf22261fd8a51b770a2b;p=platform%2Fupstream%2Fsyslinux.git hdt: Small indentation fix in hdt-cli-syslinux.c Impact: Cleanups. Align argument with the previous one. Signed-off-by: Pierre-Alexandre Meyer --- diff --git a/com32/hdt/hdt-cli-syslinux.c b/com32/hdt/hdt-cli-syslinux.c index bbbfa1a..77a44f3 100644 --- a/com32/hdt/hdt-cli-syslinux.c +++ b/com32/hdt/hdt-cli-syslinux.c @@ -49,7 +49,7 @@ void main_show_syslinux(struct s_hardware *hardware) static void show_syslinux_help() { more_printf("Show supports the following commands : %s\n", - CLI_SHOW_LIST); + CLI_SHOW_LIST); } static void syslinux_show(char *item, struct s_hardware *hardware)