diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2008-10-21 03:16:22 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2008-10-21 03:16:22 +0000 |
commit | adae2ae5a0e0f9d431eedd7435ce536790a3029e (patch) | |
tree | 8a2665cc00fa73d27c7f8ad9faf7a8e855fd188d /sys/dev | |
parent | 9644f460512bc93e9e703a23d993c21bba261cbc (diff) |
Stray space
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/amireg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/amireg.h b/sys/dev/ic/amireg.h index b248138d0fa..0472868804b 100644 --- a/sys/dev/ic/amireg.h +++ b/sys/dev/ic/amireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: amireg.h,v 1.27 2006/06/09 04:27:10 marco Exp $ */ +/* $OpenBSD: amireg.h,v 1.28 2008/10/21 03:16:21 marco Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -515,7 +515,7 @@ struct ami_fc_einquiry { u_int8_t ain_pdstat[AMI_BIG_MAX_PDRIVES]; u_int16_t ain_pdfmtinp[AMI_BIG_MAX_PDRIVES]; - u_int8_t ain_pdrates [80]; /* pdrv xfer rates */ + u_int8_t ain_pdrates[80]; /* pdrv xfer rates */ u_int8_t ain_pad[263]; /* pad to 1k */ } __packed; |