From 05895c12004fb843eded34aac2332ece2f410b27 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Sun, 2 Oct 2011 03:02:03 -0400 Subject: [PATCH] Style fixup Signed-off-by: Jens Axboe --- fio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.25.1