diff options
author | 2005-12-02 16:24:08 +0000 | |
---|---|---|
committer | 2005-12-02 16:24:08 +0000 | |
commit | 27ea85b6ab3b9e96a88dead5822f8196ff4ede7c (patch) | |
tree | 1f347d9ae4237a285d0e4b43e87ac0e68832f164 | |
parent | Check if the given FM frequency is between 87.5Mhz and 108Mhz. (diff) | |
download | wireguard-openbsd-27ea85b6ab3b9e96a88dead5822f8196ff4ede7c.tar.xz wireguard-openbsd-27ea85b6ab3b9e96a88dead5822f8196ff4ede7c.zip |
Remove one tab that cause a line to overflow. No functional change.
-rw-r--r-- | sys/scsi/scsiconf.h | 4 |
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; }; |