From: Jens Axboe Date: Tue, 20 May 2014 01:53:03 +0000 (-0600) Subject: gfapi: indentify X-Git-Tag: fio-2.1.10~10 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=b6b2626a39dd6ed7bc03e40e9dd1763954b32fdc;ds=sidebyside gfapi: indentify Signed-off-by: Jens Axboe --- diff --git a/engines/gfapi.h b/engines/gfapi.h index d4738156..f8acb98e 100644 --- a/engines/gfapi.h +++ b/engines/gfapi.h @@ -3,14 +3,14 @@ #include "../fio.h" struct gf_options { - struct thread_data *td; - char *gf_vol; - char *gf_brick; + struct thread_data *td; + char *gf_vol; + char *gf_brick; }; struct gf_data { - glfs_t *fs; - glfs_fd_t *fd; + glfs_t *fs; + glfs_fd_t *fd; struct io_u **aio_events; };