diff options
author | Denys Vlasenko | 2010-01-25 13:39:24 +0100 |
---|---|---|
committer | Denys Vlasenko | 2010-01-25 13:39:24 +0100 |
commit | 3581c625151d25d8e1cbc80c44337d398d97cf42 (patch) | |
tree | 86a1abc69a3606e6f595a18d72bd1eb48bc505b3 /util-linux/mkfs_vfat.c | |
parent | 46685a46bbffc04d507ce756f4b703aae024debd (diff) | |
download | busybox-3581c625151d25d8e1cbc80c44337d398d97cf42.zip busybox-3581c625151d25d8e1cbc80c44337d398d97cf42.tar.gz |
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 54c068d..a9a65aa 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) int dev; unsigned bytes_per_sect; unsigned sect_per_fat; - unsigned opts; + unsigned opts; uint16_t sect_per_track; uint8_t media_byte; uint8_t sect_per_clust; |