summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2010-04-16 09:52:04 +0000
committerdlg <dlg@openbsd.org>2010-04-16 09:52:04 +0000
commita266bdab0d9b07e34ca3ef342586149e5c57cd2e (patch)
tree66c12c50096cfec69efccd19539f0c8495b5a87e
parentfix an fatal flaw with iopools. (diff)
downloadwireguard-openbsd-a266bdab0d9b07e34ca3ef342586149e5c57cd2e.tar.xz
wireguard-openbsd-a266bdab0d9b07e34ca3ef342586149e5c57cd2e.zip
whitespace fix
-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 cfc011efc0e..bc59cb07068 100644
--- a/sys/scsi/scsiconf.h
+++ b/sys/scsi/scsiconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.h,v 1.122 2010/04/16 09:51:30 dlg Exp $ */
+/* $OpenBSD: scsiconf.h,v 1.123 2010/04/16 09:52:04 dlg Exp $ */
/* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */
/*
@@ -331,7 +331,7 @@ struct scsi_device {
*/
struct scsi_runq_entry {
- TAILQ_ENTRY(scsi_runq_entry) e;
+ TAILQ_ENTRY(scsi_runq_entry) e;
u_int state;
#define RUNQ_IDLE 0
#define RUNQ_LINKQ 1