From 2570b2e5759e8ac32b0922d71056bd426caae9f1 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 28 Mar 2008 01:00:09 +0000 Subject: whitespace fixes --- util-linux/getopt.c | 6 +++--- util-linux/volume_id/hfs.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'util-linux') diff --git a/util-linux/getopt.c b/util-linux/getopt.c index 6ec5cb0cd..2da348176 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c @@ -158,10 +158,10 @@ static int generate_output(char **argv, int argc, const char *optstr, const stru /* Reset getopt(3) (see libbb/getopt32.c for long rant) */ #ifdef __GLIBC__ - optind = 0; + optind = 0; #else /* BSD style */ - optind = 1; - /* optreset = 1; */ + optind = 1; + /* optreset = 1; */ #endif while (1) { 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') -- cgit v1.2.1