diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-28 01:00:09 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-28 01:00:09 +0000 |
commit | 2570b2e5759e8ac32b0922d71056bd426caae9f1 (patch) | |
tree | 742bbe33b5ec8ede49147150a2402472172be74b /util-linux/volume_id | |
parent | cf26ab70c11416401cd53e6a6a5fb4d5c2583246 (diff) | |
download | busybox-2570b2e5759e8ac32b0922d71056bd426caae9f1.tar.gz |
whitespace fixes
Diffstat (limited to 'util-linux/volume_id')
-rw-r--r-- | util-linux/volume_id/hfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/volume_id/hfs.c b/util-linux/volume_id/hfs.c index a7667f725..79658e4fa 100644 --- a/util-linux/volume_id/hfs.c +++ b/util-linux/volume_id/hfs.c @@ -160,7 +160,7 @@ int volume_id_probe_hfs_hfsplus(struct volume_id *id, uint64_t off) buf = volume_id_get_buffer(id, off + HFS_SUPERBLOCK_OFFSET, 0x200); if (buf == NULL) - return -1; + return -1; hfs = (struct hfs_mdb *) buf; if (hfs->signature[0] != 'B' || hfs->signature[1] != 'D') |