adhere to fio coding standards
authorBen England <bengland@redhat.com>
Tue, 6 Sep 2016 17:12:07 +0000 (13:12 -0400)
committerBen England <bengland@redhat.com>
Tue, 6 Sep 2016 17:12:07 +0000 (13:12 -0400)
client.c

index c29151dfde11583bc9cc9e96c4896e6214153e81..410ffb891d4a487515ed396161892d02b7653aad 100644 (file)
--- 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) {