OSDN Git Service

style fix (stray space before ';')
[android-x86/external-busybox.git] / e2fsprogs / old_e2fsprogs / ext2fs / badblocks.c
index 7804396..6e5cc10 100644 (file)
@@ -223,7 +223,7 @@ int ext2fs_u32_list_del(ext2_u32_list bb, __u32 blk)
        if (remloc < 0)
                return -1;
 
-       for (i = remloc ; i < bb->num-1; i++)
+       for (i = remloc; i < bb->num - 1; i++)
                bb->list[i] = bb->list[i+1];
        bb->num--;
        return 0;