From 11be88d0438fcd4af13ed8006b4e293451dc780c Mon Sep 17 00:00:00 2001 From: simokawa Date: Sun, 15 Jun 2003 00:17:38 +0000 Subject: White space fix. --- sys/dev/firewire/iec13213.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/firewire/iec13213.h b/sys/dev/firewire/iec13213.h index f1a1b8e..9ec35d8 100644 --- a/sys/dev/firewire/iec13213.h +++ b/sys/dev/firewire/iec13213.h @@ -229,9 +229,9 @@ struct crom_chunk { int ref_index; int offset; struct { - u_int32_t crc:16, - crc_len:16; - u_int32_t buf[CROM_MAX_CHUNK_LEN]; + u_int32_t crc:16, + crc_len:16; + u_int32_t buf[CROM_MAX_CHUNK_LEN]; } data; }; -- cgit v1.1