diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
commit | e4dcba1c103dc28e927e004791e331aaf604383d (patch) | |
tree | a18094ecc54fcea2cb523a802e0c414c3e6f85bf /util-linux/mkfs_vfat.c | |
parent | 776509544123c68bbc128c0fdb2f699062d294cf (diff) | |
download | busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.gz busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.bz2 busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.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 45760f7c5..bb5b59c66 100644 --- a/util-linux/mkfs_vfat.c +++ b/util-linux/mkfs_vfat.c | |||
@@ -28,7 +28,7 @@ | |||
28 | 28 | ||
29 | #define ATTR_VOLUME 8 | 29 | #define ATTR_VOLUME 8 |
30 | 30 | ||
31 | #define NUM_FATS 2 | 31 | #define NUM_FATS 2 |
32 | 32 | ||
33 | /* FAT32 filesystem looks like this: | 33 | /* FAT32 filesystem looks like this: |
34 | * sector -nn...-1: "hidden" sectors, all sectors before this partition | 34 | * sector -nn...-1: "hidden" sectors, all sectors before this partition |