From f92de15a1cacaf15e461978a8ed143d5d9e86e23 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Wed, 20 Nov 2013 13:56:31 +0000 Subject: [PATCH] align --- phpdbg_prompt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index bed81b702b..290f97bd0c 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -783,7 +783,7 @@ static PHPDBG_COMMAND(aliases) /* {{{ */ if (prompt_command->subs) { const phpdbg_command_t *sub_command = prompt_command->subs; phpdbg_writeln(EMPTY); - phpdbg_writeln(" %c -> %s", prompt_command->alias, prompt_command->name); + phpdbg_writeln(" %c -> %9s", prompt_command->alias, prompt_command->name); while (sub_command && sub_command->name) { if (sub_command->alias) { phpdbg_writeln(" |-------- %c -> %15s\t%s", sub_command->alias, @@ -793,7 +793,7 @@ static PHPDBG_COMMAND(aliases) /* {{{ */ } phpdbg_writeln(EMPTY); } else { - phpdbg_writeln(" %c -> %s\t%s", prompt_command->alias, + phpdbg_writeln(" %c -> %9s\t\t\t%s", prompt_command->alias, prompt_command->name, prompt_command->tip); } } -- 2.40.0