]> git.proxmox.com Git - mirror_qemu.git/blobdiff - block/qcow2-cluster.c
avoid TABs in files that only contain a few
[mirror_qemu.git] / block / qcow2-cluster.c
index e2737429f5d303ab2efc79e52a1f079fcda0da7b..30eca26c476a45c59bcd15ad086e6acb21f1533e 100644 (file)
@@ -402,7 +402,7 @@ static int count_contiguous_clusters(int nb_clusters, int cluster_size,
         }
     }
 
-       return i;
+        return i;
 }
 
 /*