A trivial fix, corrects the indentation.

Signed-off-by: Anand Jain <anand.j...@oracle.com>
---
 utils.c | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/utils.c b/utils.c
index d660507..9c2e510 100644
--- a/utils.c
+++ b/utils.c
@@ -1192,12 +1192,13 @@ scan_again:
                return -ENOENT;
        }
        /* skip the header */
-       for(i=0; i < 2 ; i++)
-               if(!fgets(buf, 1023, proc_partitions)){
-               fprintf(stderr, "Unable to read '/proc/partitions' for 
scanning\n");
-               fclose(proc_partitions);
-               return -ENOENT;
-       }
+       for (i=0; i < 2 ; i++)
+               if (!fgets(buf, 1023, proc_partitions)) {
+                       fprintf(stderr,
+                               "Unable to read '/proc/partitions' for 
scanning\n");
+                       fclose(proc_partitions);
+                       return -ENOENT;
+               }
 
        strcpy(fullpath,"/dev/");
        while(fgets(buf, 1023, proc_partitions)) {
-- 
1.8.1.227.g44fe835

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to