summaryrefslogtreecommitdiffstats
path: root/sys/boot/powerpc
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2008-12-17 15:58:07 +0000
committerraj <raj@FreeBSD.org>2008-12-17 15:58:07 +0000
commit8a03e5da476b13f33eaacaeedbe28303867bb30f (patch)
tree04cced35289668bdf119f5a7ebca32b5efe5bb1d /sys/boot/powerpc
parentf811858422699f22662c182254dbe7d6c7b6cb87 (diff)
downloadFreeBSD-src-8a03e5da476b13f33eaacaeedbe28303867bb30f.zip
FreeBSD-src-8a03e5da476b13f33eaacaeedbe28303867bb30f.tar.gz
Improve style(9) in PowerPC U-Boot support lib.
Diffstat (limited to 'sys/boot/powerpc')
-rw-r--r--sys/boot/powerpc/uboot/conf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/powerpc/uboot/conf.c b/sys/boot/powerpc/uboot/conf.c
index 8bc307a..5a9515a 100644
--- a/sys/boot/powerpc/uboot/conf.c
+++ b/sys/boot/powerpc/uboot/conf.c
@@ -94,8 +94,8 @@ struct netif_driver *netif_drivers[] = {
*/
struct file_format *file_formats[] = {
- &uboot_elf,
- NULL
+ &uboot_elf,
+ NULL
};
/*
@@ -104,6 +104,6 @@ struct file_format *file_formats[] = {
extern struct console uboot_console;
struct console *consoles[] = {
- &uboot_console,
- NULL
+ &uboot_console,
+ NULL
};
OpenPOWER on IntegriCloud