whitespace cleanup
[mapsector.git] / lib / 50_map_partition.sh
index c3d5886..ec5fc2b 100644 (file)
@@ -21,8 +21,8 @@ do_partition()
     partdev="`fdisk -ul $device | awk -v sector="$sector" -F '[ *]+' '/^\// && !/Extended$/ && $2<=sector && $3>=sector {print $1,$2}'`" #`"
 
     if [ -z "$partdev" ]; then
-       echo "# sector $sector is not part of any partition on $device" 1>&2
-       exit 0
+        echo "# sector $sector is not part of any partition on $device" 1>&2
+        exit 0
     fi
 
     partstart="${partdev#* }"