wall: access FILE under real user's credentials
[oweals/busybox.git] / include / bb_e2fs_defs.h
index b400f8c119da2af8742beb99da1959609939bb8b..3f5e3c45bd7c4ef298568a3334b81ad5e157e8b9 100644 (file)
@@ -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];
 };
 
 /*