diff options
author | njl <njl@FreeBSD.org> | 2006-11-03 05:42:15 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2006-11-03 05:42:15 +0000 |
commit | 905cb41ba3b8f64d42348ffeb4087bfa51f7c4fe (patch) | |
tree | 7a3f82beb9863153e7875d8759366b33751c04b1 | |
parent | 3c717b9b32a1c2cba54d618505496a24212c0266 (diff) | |
download | FreeBSD-src-905cb41ba3b8f64d42348ffeb4087bfa51f7c4fe.zip FreeBSD-src-905cb41ba3b8f64d42348ffeb4087bfa51f7c4fe.tar.gz |
Remove extra whitespace
-rw-r--r-- | sys/cam/scsi/scsi_all.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_all.h b/sys/cam/scsi/scsi_all.h index 8d320d9..f71ed67 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 |