Merge branch 'master' into gfio
[fio.git] / filesetup.c
index 371b40589355848a0b2b63468cece91dcb7815dc..76e142af88972748f8ac96df047d7fd68ffd4cee 100644 (file)
@@ -94,9 +94,9 @@ static int extend_file(struct thread_data *td, struct fio_file *f)
 
                        r = fallocate(f->fd, FALLOC_FL_KEEP_SIZE, 0,
                                        f->real_file_size);
 
                        r = fallocate(f->fd, FALLOC_FL_KEEP_SIZE, 0,
                                        f->real_file_size);
-                       if (r != 0) {
+                       if (r != 0)
                                td_verror(td, errno, "fallocate");
                                td_verror(td, errno, "fallocate");
-                       }
+
                        break;
 #endif /* FIO_HAVE_LINUX_FALLOCATE */
                default:
                        break;
 #endif /* FIO_HAVE_LINUX_FALLOCATE */
                default: