Skip to content

Commit f92de15

Browse files
committed
align
1 parent baff6e1 commit f92de15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpdbg_prompt.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ static PHPDBG_COMMAND(aliases) /* {{{ */
783783
if (prompt_command->subs) {
784784
const phpdbg_command_t *sub_command = prompt_command->subs;
785785
phpdbg_writeln(EMPTY);
786-
phpdbg_writeln(" %c -> %s", prompt_command->alias, prompt_command->name);
786+
phpdbg_writeln(" %c -> %9s", prompt_command->alias, prompt_command->name);
787787
while (sub_command && sub_command->name) {
788788
if (sub_command->alias) {
789789
phpdbg_writeln(" |-------- %c -> %15s\t%s", sub_command->alias,
@@ -793,7 +793,7 @@ static PHPDBG_COMMAND(aliases) /* {{{ */
793793
}
794794
phpdbg_writeln(EMPTY);
795795
} else {
796-
phpdbg_writeln(" %c -> %s\t%s", prompt_command->alias,
796+
phpdbg_writeln(" %c -> %9s\t\t\t%s", prompt_command->alias,
797797
prompt_command->name, prompt_command->tip);
798798
}
799799
}

0 commit comments

Comments
 (0)