]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libblkid: fix inconsistent indenting [smatch scan]
authorKarel Zak <kzak@redhat.com>
Wed, 5 Aug 2015 10:48:54 +0000 (12:48 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 5 Aug 2015 10:48:54 +0000 (12:48 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libblkid/src/probe.c
libblkid/src/superblocks/zfs.c

index f097373b8110fe1552e29f64f2ac9c838bd60ced..eae37f15c8a8a4ea38d3db9dcaaf7ede34690ff2 100644 (file)
@@ -1504,7 +1504,7 @@ dev_t blkid_probe_get_wholedisk_devno(blkid_probe pr)
                if (!devno)
                        return 0;
 
-                if (blkid_devno_to_wholedisk(devno, NULL, 0, &disk_devno) == 0)
+               if (blkid_devno_to_wholedisk(devno, NULL, 0, &disk_devno) == 0)
                        pr->disk_devno = disk_devno;
        }
        return pr->disk_devno;
index e9c10dcd6a6cd7cd4fd1fe2743e10a0b5b8f05d9..8f82d1e6bd27b7dc3b97f33cf9a386562e82e219 100644 (file)
@@ -186,9 +186,9 @@ static int find_uberblocks(const void *label, loff_t *ub_offset, int *swap_endia
                        found++;
                        zdebug("probe_zfs: found big-endian uberblock at %llu\n", offset >> 10);
                }
-  }
+       }
 
-  return found;
+       return found;
 }
 
 /* ZFS has 128x1kB host-endian root blocks, stored in 2 areas at the start