mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Prettify the whitespace placement.
Signed-off-by: Andreas Färber <andreas.faerber@web.de> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@869 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Mark Cave-Ayland
parent
587a78d75b
commit
e64c1d7bad
@@ -220,7 +220,7 @@ static void dump_return(prom_args_t *pb)
|
||||
} else {
|
||||
printk("of_client_interface return:");
|
||||
for (i = 0; i < pb->nret; i++) {
|
||||
printk("%lx ", pb->args[pb->nargs + i]);
|
||||
printk(" %lx", pb->args[pb->nargs + i]);
|
||||
}
|
||||
printk("\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user