[ovs-dev] [PATCH] unixctl: Style fix.

Ben Pfaff blp at ovn.org
Wed Aug 8 20:31:07 UTC 2018


Reported-by: Aaron Conole <aconole at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 lib/unixctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/unixctl.c b/lib/unixctl.c
index 9b3b0671f33c..730bd043a9ff 100644
--- a/lib/unixctl.c
+++ b/lib/unixctl.c
@@ -426,7 +426,7 @@ unixctl_server_destroy(struct unixctl_server *server)
             kill_connection(conn);
         }
 
-        free (server->path);
+        free(server->path);
         pstream_close(server->listener);
         free(server);
     }
-- 
2.16.1



More information about the dev mailing list