From c59971e18924f44c5e2b234c5208c67c573aaad7 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 4 Oct 2011 10:34:03 +0200 Subject: [PATCH] Style fixup Signed-off-by: Jens Axboe --- stat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.25.1