diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-05-11 00:46:00 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-05-11 00:46:00 +0000 |
commit | 5c63d182406271b85863839f3a5bb71c76a2b955 (patch) | |
tree | b2b1ebdc5b95399bb7e4a2391e61a066c3e01dd2 /sys/scsi/cd.h | |
parent | 24c37208828a4118465e88d32a4ff64c28c07880 (diff) |
Zap trailing whitespace.
Diffstat (limited to 'sys/scsi/cd.h')
-rw-r--r-- | sys/scsi/cd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/cd.h b/sys/scsi/cd.h index 36a421f696e..aab8e8a8ea7 100644 --- a/sys/scsi/cd.h +++ b/sys/scsi/cd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cd.h,v 1.10 2006/03/05 14:58:10 krw Exp $ */ +/* $OpenBSD: cd.h,v 1.11 2006/05/11 00:45:59 krw Exp $ */ /* $NetBSD: scsi_cd.h,v 1.6 1996/03/19 03:06:39 mycroft Exp $ */ /* @@ -133,7 +133,7 @@ struct scsi_read_cd_capacity { struct scsi_load_unload { u_int8_t opcode; u_int8_t reserved; -#define IMMED 0x1 +#define IMMED 0x1 u_int8_t reserved2[2]; u_int8_t options; #define START 0x1 |