From 76f3dbcac73886dd1ec898f6a94e615ece93420a Mon Sep 17 00:00:00 2001
From: Nate Lawson <njl@FreeBSD.org>
Date: Fri, 3 Nov 2006 05:42:15 +0000
Subject: [PATCH] Remove extra whitespace

---
 sys/cam/scsi/scsi_all.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/cam/scsi/scsi_all.h b/sys/cam/scsi/scsi_all.h
index 8d320d9d4c6a..f71ed67e63cb 100644
--- a/sys/cam/scsi/scsi_all.h
+++ b/sys/cam/scsi/scsi_all.h
@@ -611,7 +611,6 @@ struct scsi_inquiry_data
     (((iqd)->flags & SID_CmdQue) && !((iqd)->spc2_flags & SPC2_SID_BQueue)) || \
     (!((iqd)->flags & SID_CmdQue) && ((iqd)->spc2_flags & SPC2_SID_BQueue)))
 
-
 	u_int8_t flags;
 #define	SID_SftRe	0x01
 #define	SID_CmdQue	0x02