Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Cosmetic: add some whitespace for readability.



details:   https://anonhg.NetBSD.org/src/rev/01ffd7602593
branches:  trunk
changeset: 556064:01ffd7602593
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Sun Dec 07 04:19:27 2003 +0000

description:
Cosmetic: add some whitespace for readability.

diffstat:

 sys/dev/ic/atwvar.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 973a8001f100 -r 01ffd7602593 sys/dev/ic/atwvar.h
--- a/sys/dev/ic/atwvar.h       Sun Dec 07 02:18:53 2003 +0000
+++ b/sys/dev/ic/atwvar.h       Sun Dec 07 04:19:27 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atwvar.h,v 1.3 2003/11/16 09:02:42 dyoung Exp $        */
+/*     $NetBSD: atwvar.h,v 1.4 2003/12/07 04:19:27 dyoung Exp $        */
 
 /*
  * Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.  All rights reserved.
@@ -177,6 +177,7 @@
        u_int16_t                               at_chan_freq;
        u_int16_t                               at_chan_flags;
 } __attribute__((__packed__));
+
 struct atw_softc {
        struct device           sc_dev;
        struct ieee80211com     sc_ic;



Home | Main Index | Thread Index | Old Index