1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00

White space fix.

This commit is contained in:
Hidetoshi Shimokawa 2003-06-15 00:17:38 +00:00
parent a04a7f2242
commit ec3fab0e0c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116360

View File

@ -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;
};