Style fixup

Signed-off-by: Jens Axboe <axboe@kernel.dk>
diff --git a/stat.c b/stat.c
index bcf8fa8..cfb2978 100644
--- a/stat.c
+++ b/stat.c
@@ -116,8 +116,8 @@
 /*
  * 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;