Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Replace spaces with tabs, to be more consistent.



details:   https://anonhg.NetBSD.org/src/rev/dd91d5cbcf7f
branches:  trunk
changeset: 767594:dd91d5cbcf7f
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Jul 23 20:45:15 2011 +0000

description:
Replace spaces with tabs, to be more consistent.

diffstat:

 sys/dev/usb/files.usb |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 653fe99c47df -r dd91d5cbcf7f sys/dev/usb/files.usb
--- a/sys/dev/usb/files.usb     Sat Jul 23 19:14:37 2011 +0000
+++ b/sys/dev/usb/files.usb     Sat Jul 23 20:45:15 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.usb,v 1.110 2011/07/20 20:00:29 jakllsch Exp $
+#      $NetBSD: files.usb,v 1.111 2011/07/23 20:45:15 jakllsch Exp $
 #
 # Config file and device description for machine-independent USB code.
 # Included by ports that need it.  Ports that use it must provide
@@ -225,9 +225,9 @@
 file   dev/usb/if_aue.c                aue
 
 # CDC Ethernet
-device  cdce: arp, ether, ifnet
-attach  cdce at usbifif
-file    dev/usb/if_cdce.c                cdce
+device cdce: arp, ether, ifnet
+attach cdce at usbifif
+file   dev/usb/if_cdce.c               cdce
 
 # CATC USB-EL1201A
 device cue: arp, ether, ifnet
@@ -310,9 +310,9 @@
 file   dev/usb/uhmodem.c               uhmodem
 
 # iPAQ PDAs
-device  uipaq: ucombus
-attach  uipaq at usbdevif
-file    dev/usb/uipaq.c                        uipaq
+device uipaq: ucombus
+attach uipaq at usbdevif
+file   dev/usb/uipaq.c                 uipaq
 
 # Kyocera AIR-EDGE PHONE
 device ukyopon: ucombus, umodem_common



Home | Main Index | Thread Index | Old Index