diff options
author | Denys Vlasenko | 2013-07-30 11:52:58 +0200 |
---|---|---|
committer | Denys Vlasenko | 2013-07-30 11:52:58 +0200 |
commit | 982e87f2fb45bf8a951774b3c6dab7afb0dc89f8 (patch) | |
tree | f3c90eaa6dba03d209b9f05c799c3ded447cad22 /include/bb_e2fs_defs.h | |
parent | bfa6ed1bf43ea607e33a6e89a0ef03f84a5b5d38 (diff) | |
download | busybox-982e87f2fb45bf8a951774b3c6dab7afb0dc89f8.zip busybox-982e87f2fb45bf8a951774b3c6dab7afb0dc89f8.tar.gz |
Whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/bb_e2fs_defs.h')
-rw-r--r-- | include/bb_e2fs_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bb_e2fs_defs.h b/include/bb_e2fs_defs.h index b400f8c..3f5e3c4 100644 --- a/include/bb_e2fs_defs.h +++ b/include/bb_e2fs_defs.h @@ -442,7 +442,7 @@ struct ext2_super_block { uint32_t s_reserved[162]; /* Padding to the end of the block */ }; struct BUG_ext2_super_block { - char bug[sizeof(struct ext2_super_block) == 1024 ? 1 : -1]; + char bug[sizeof(struct ext2_super_block) == 1024 ? 1 : -1]; }; /* |