Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/sbus white space.



details:   https://anonhg.NetBSD.org/src/rev/8d4de811c833
branches:  trunk
changeset: 473005:8d4de811c833
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun May 16 14:47:52 1999 +0000

description:
white space.

diffstat:

 sys/dev/sbus/if_le.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 7aa80ad49221 -r 8d4de811c833 sys/dev/sbus/if_le.c
--- a/sys/dev/sbus/if_le.c      Sun May 16 13:51:05 1999 +0000
+++ b/sys/dev/sbus/if_le.c      Sun May 16 14:47:52 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_le.c,v 1.7 1998/08/29 20:44:51 pk Exp $     */
+/*     $NetBSD: if_le.c,v 1.8 1999/05/16 14:47:52 mrg Exp $    */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -90,7 +90,6 @@
 };
 #define NLEMEDIA       (sizeof(lemedia) / sizeof(lemedia[0]))
 
-
 struct cfattach le_sbus_ca = {
        sizeof(struct le_softc), lematch_sbus, leattach_sbus
 };



Home | Main Index | Thread Index | Old Index