hdt: Small indentation fix in hdt-cli-syslinux.c
authorPierre-Alexandre Meyer <pierre@mouraf.org>
Sat, 14 Mar 2009 17:52:05 +0000 (10:52 -0700)
committerPierre-Alexandre Meyer <pierre@mouraf.org>
Sat, 14 Mar 2009 22:31:20 +0000 (15:31 -0700)
Impact: Cleanups.

Align argument with the previous one.

Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
com32/hdt/hdt-cli-syslinux.c

index bbbfa1a..77a44f3 100644 (file)
@@ -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)