diff options
author | Gluster Ant <bugzilla-bot@gluster.org> | 2018-09-12 17:52:45 +0530 |
---|---|---|
committer | Nigel Babu <nigelb@redhat.com> | 2018-09-12 17:52:45 +0530 |
commit | e16868dede6455cab644805af6fe1ac312775e13 (patch) | |
tree | 15aebdb4fff2d87cf8a72f836816b3aa634da58d /xlators/mgmt/glusterd/src/glusterd-conn-helper.c | |
parent | 45a71c0548b6fd2c757aa2e7b7671a1411948894 (diff) |
Land part 2 of clang-format changes
Change-Id: Ia84cc24c8924e6d22d02ac15f611c10e26db99b4
Signed-off-by: Nigel Babu <nigelb@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-conn-helper.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-conn-helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-conn-helper.c b/xlators/mgmt/glusterd/src/glusterd-conn-helper.c index bfa9d02aa1b..a7f54ec24b7 100644 --- a/xlators/mgmt/glusterd/src/glusterd-conn-helper.c +++ b/xlators/mgmt/glusterd/src/glusterd-conn-helper.c @@ -15,7 +15,7 @@ #include <urcu/rculist.h> glusterd_svc_t * -glusterd_conn_get_svc_object (glusterd_conn_t *conn) +glusterd_conn_get_svc_object(glusterd_conn_t *conn) { - return cds_list_entry (conn, glusterd_svc_t, conn); + return cds_list_entry(conn, glusterd_svc_t, conn); } |