Merge branch 'minor_fixes' of https://github.com/sitsofe/fio
[fio.git] / filesetup.c
index 3b2ebd9c1ec70a3b3361bf15dabe7d56b19c979c..362997c15856dbb83b2ab39a0a123e217dd65dd7 100644 (file)
@@ -100,7 +100,6 @@ static void fallocate_file(struct thread_data *td, struct fio_file *f)
                log_err("fio: unknown fallocate mode: %d\n", td->o.fallocate_mode);
                assert(0);
        }
-
 }
 
 /*