gfapi: indentify
[fio.git] / engines / gfapi.h
index d4738156a8ef01f2180ca1671d8a10a86e5ad057..f8acb98ef6f613091a999e6a3f87def1662a9ecc 100644 (file)
@@ -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;
 };