summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2005-12-02 16:24:09 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2005-12-02 16:24:09 +0000
commitc47d950c563f1f05a7a6c6fd8a92368751f73d86 (patch)
treebdaad5d0a822be38f100a51b7a11061e38795d2d
parent37de9a357a948d9addb29a4fe7b521c08c53b12a (diff)
Remove one tab that cause a line to overflow. No functional change.
-rw-r--r--sys/scsi/scsiconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h
index b659a7de5bb..3ed02565c4e 100644
--- a/sys/scsi/scsiconf.h
+++ b/sys/scsi/scsiconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.h,v 1.62 2005/11/13 02:39:45 krw Exp $ */
+/* $OpenBSD: scsiconf.h,v 1.63 2005/12/02 16:24:08 marco Exp $ */
/* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */
/*
@@ -222,7 +222,7 @@ struct scsi_inquiry_pattern {
*/
struct scsibus_softc {
struct device sc_dev;
- struct scsi_link *adapter_link; /* prototype supplied by adapter */
+ struct scsi_link *adapter_link; /* prototype supplied by adapter */
struct scsi_link ***sc_link;
u_int16_t sc_buswidth;
};