diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-25 13:39:24 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-25 13:39:24 +0100 |
commit | 3581c625151d25d8e1cbc80c44337d398d97cf42 (patch) | |
tree | 86a1abc69a3606e6f595a18d72bd1eb48bc505b3 /util-linux/mkfs_vfat.c | |
parent | 46685a46bbffc04d507ce756f4b703aae024debd (diff) | |
download | busybox-w32-3581c625151d25d8e1cbc80c44337d398d97cf42.tar.gz busybox-w32-3581c625151d25d8e1cbc80c44337d398d97cf42.tar.bz2 busybox-w32-3581c625151d25d8e1cbc80c44337d398d97cf42.zip |
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/mkfs_vfat.c')
-rw-r--r-- | util-linux/mkfs_vfat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mkfs_vfat.c b/util-linux/mkfs_vfat.c index 54c068d0b..a9a65aa07 100644 --- a/util-linux/mkfs_vfat.c +++ b/util-linux/mkfs_vfat.c | |||
@@ -208,7 +208,7 @@ int mkfs_vfat_main(int argc UNUSED_PARAM, char **argv) | |||
208 | int dev; | 208 | int dev; |
209 | unsigned bytes_per_sect; | 209 | unsigned bytes_per_sect; |
210 | unsigned sect_per_fat; | 210 | unsigned sect_per_fat; |
211 | unsigned opts; | 211 | unsigned opts; |
212 | uint16_t sect_per_track; | 212 | uint16_t sect_per_track; |
213 | uint8_t media_byte; | 213 | uint8_t media_byte; |
214 | uint8_t sect_per_clust; | 214 | uint8_t sect_per_clust; |