Really fix dm/md slave disk utilization
[fio.git] / parse.c
diff --git a/parse.c b/parse.c
index b0ea3d3a5bae985d14c1a7f71a5bf2198ae45615..78218615b79246a50c02107b7907ef747dd95476 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -557,7 +557,7 @@ static int opt_cmp(const void *p1, const void *p2)
 
        o1 = get_option(s1, fio_options, &foo);
        o2 = get_option(s2, fio_options, &foo);
-       
+
        prio1 = prio2 = 0;
        if (o1)
                prio1 = o1->prio;