summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-11 02:12:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-11 02:12:04 +0000
commit7b168a4cb9efc4c423a7ff7ff93021bc8fbe3a8c (patch)
tree49f6c4bf979d2e269bce6e5c44b890f6b3ddf647 /sys/arch/i386
parent6ccd9d651353ca46fd2f261cefd66904703a4067 (diff)
delete blank line
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/stand/libsa/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/machdep.c b/sys/arch/i386/stand/libsa/machdep.c
index 5e4aec98b31..5f4b23ac6a1 100644
--- a/sys/arch/i386/stand/libsa/machdep.c
+++ b/sys/arch/i386/stand/libsa/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.23 1998/02/24 22:06:55 weingart Exp $ */
+/* $OpenBSD: machdep.c,v 1.24 1998/03/11 02:12:03 deraadt Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff
@@ -61,7 +61,7 @@ machdep()
apmprobe(); CKPT('6');
pciprobe(); CKPT('7');
smpprobe(); CKPT('8');
- printf("\n\n");
+ printf("\n");
#endif
CKPT('Z');
}