From 2ed0bd1cefe817d44e2f735e2cea41f6253f571d Mon Sep 17 00:00:00 2001 From: Ben England Date: Tue, 6 Sep 2016 13:12:07 -0400 Subject: [PATCH] adhere to fio coding standards --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.c b/client.c index c29151df..410ffb89 100644 --- a/client.c +++ b/client.c @@ -1294,7 +1294,7 @@ static int fio_client_handle_iolog(struct fio_client *client, { struct cmd_iolog_pdu *pdu; bool store_direct; - char * log_pathname; + char *log_pathname; pdu = convert_iolog(cmd, &store_direct); if (!pdu) { -- 2.25.1