summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2006-05-28 06:11:27 +0000
committerJason Wright <jason@cvs.openbsd.org>2006-05-28 06:11:27 +0000
commit2895715e8201a96043b4ddc37504565867961a77 (patch)
tree1b1e61a8a6a87e94ca252c9af0537a3a7c6b8019
parent68fe893a9f1ead265b6739f54a47fbdc839ee159 (diff)
formatting
-rw-r--r--sys/arch/sparc64/sparc64/autoconf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c
index 84953034e07..4125e36b900 100644
--- a/sys/arch/sparc64/sparc64/autoconf.c
+++ b/sys/arch/sparc64/sparc64/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.48 2006/05/28 03:22:35 henning Exp $ */
+/* $OpenBSD: autoconf.c,v 1.49 2006/05/28 06:11:26 jason Exp $ */
/* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */
/*
@@ -553,9 +553,9 @@ setroot()
if (boothowto & RB_ASKNAME) {
for (;;) {
- printf("root device ");
+ printf("root device");
if (bootdv != NULL)
- printf("(default %s%c)",
+ printf(" (default %s%c)",
bootdv->dv_xname,
bootdv->dv_class == DV_DISK
? bp->val[2]+'a' : ' ');