From: Jens Axboe Date: Tue, 4 Oct 2011 08:34:03 +0000 (+0200) Subject: Style fixup X-Git-Tag: fio-1.99~36 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=c59971e18924f44c5e2b234c5208c67c573aaad7;hp=0b8f30a5691b9e600a06ded035996e79c2100d77 Style fixup Signed-off-by: Jens Axboe --- diff --git a/stat.c b/stat.c index bcf8fa83..cfb29788 100644 --- a/stat.c +++ b/stat.c @@ -116,8 +116,8 @@ static int double_cmp(const void *a, const void *b) /* * Find and display the p-th percentile of clat */ -static void show_clat_percentiles(unsigned int* io_u_plat, unsigned long nr, - double* user_list) +static void show_clat_percentiles(unsigned int *io_u_plat, unsigned long nr, + double *user_list) { unsigned long sum = 0; unsigned int len, i, j = 0;