Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/walnut/walnut White space nit.
details: https://anonhg.NetBSD.org/src/rev/e181e4b7869f
branches: trunk
changeset: 511599:e181e4b7869f
user: simonb <simonb%NetBSD.org@localhost>
date: Fri Jun 22 11:42:33 2001 +0000
description:
White space nit.
diffstat:
sys/arch/walnut/walnut/mainbus.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r f9325c3426cb -r e181e4b7869f sys/arch/walnut/walnut/mainbus.c
--- a/sys/arch/walnut/walnut/mainbus.c Fri Jun 22 11:40:41 2001 +0000
+++ b/sys/arch/walnut/walnut/mainbus.c Fri Jun 22 11:42:33 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mainbus.c,v 1.1 2001/06/13 06:02:01 simonb Exp $ */
+/* $NetBSD: mainbus.c,v 1.2 2001/06/22 11:42:33 simonb Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -203,7 +203,6 @@
mba.mba_pba.pba_flags = PCI_FLAGS_MEM_ENABLED | PCI_FLAGS_IO_ENABLED;
config_found(self, &mba.mba_pba, mainbus_print);
#endif /* NPCI > 0 */
-
}
static int
Home |
Main Index |
Thread Index |
Old Index