From: Ben England Date: Tue, 6 Sep 2016 17:12:07 +0000 (-0400) Subject: adhere to fio coding standards X-Git-Tag: fio-2.14~4^2~1 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=2ed0bd1cefe817d44e2f735e2cea41f6253f571d;ds=sidebyside adhere to fio coding standards --- 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) {