diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-07-30 11:52:58 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-07-30 11:52:58 +0200 |
commit | 982e87f2fb45bf8a951774b3c6dab7afb0dc89f8 (patch) | |
tree | f3c90eaa6dba03d209b9f05c799c3ded447cad22 /include/bb_e2fs_defs.h | |
parent | bfa6ed1bf43ea607e33a6e89a0ef03f84a5b5d38 (diff) | |
download | busybox-w32-982e87f2fb45bf8a951774b3c6dab7afb0dc89f8.tar.gz busybox-w32-982e87f2fb45bf8a951774b3c6dab7afb0dc89f8.tar.bz2 busybox-w32-982e87f2fb45bf8a951774b3c6dab7afb0dc89f8.zip |
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 b400f8c11..3f5e3c45b 100644 --- a/include/bb_e2fs_defs.h +++ b/include/bb_e2fs_defs.h | |||
@@ -442,7 +442,7 @@ struct ext2_super_block { | |||
442 | uint32_t s_reserved[162]; /* Padding to the end of the block */ | 442 | uint32_t s_reserved[162]; /* Padding to the end of the block */ |
443 | }; | 443 | }; |
444 | struct BUG_ext2_super_block { | 444 | struct BUG_ext2_super_block { |
445 | char bug[sizeof(struct ext2_super_block) == 1024 ? 1 : -1]; | 445 | char bug[sizeof(struct ext2_super_block) == 1024 ? 1 : -1]; |
446 | }; | 446 | }; |
447 | 447 | ||
448 | /* | 448 | /* |