White space spring cleaning
[fio.git] / filesetup.c
index f3d38290179e80d9eacefb5f2a97ef4abd479720..166ace8c529e02d0afa5cc91fb4ca66d6626cd21 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);
-                       if (r != 0) {
+                       if (r != 0)
                                td_verror(td, errno, "fallocate");
-                       }
+
                        break;
 #endif /* FIO_HAVE_LINUX_FALLOCATE */
                default: