From: Jens Axboe Date: Sun, 2 Oct 2011 07:02:03 +0000 (-0400) Subject: Style fixup X-Git-Tag: fio-1.99~65 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=05895c12004fb843eded34aac2332ece2f410b27;ds=sidebyside Style fixup Signed-off-by: Jens Axboe --- diff --git a/fio.h b/fio.h index a6ef937d..db0a417f 100644 --- a/fio.h +++ b/fio.h @@ -211,7 +211,7 @@ struct thread_stat { * IO depth and latency stats */ unsigned int clat_percentiles; - double* percentile_list; + double *percentile_list; unsigned int io_u_map[FIO_IO_U_MAP_NR]; unsigned int io_u_submit[FIO_IO_U_MAP_NR];