session client REFACTOR formatting
diff --git a/src/session_client.c b/src/session_client.c
index 32b15b5..8fd0003 100644
--- a/src/session_client.c
+++ b/src/session_client.c
@@ -1829,7 +1829,8 @@
         return -1;
     }
 
-    sock = nc_sock_accept_binds(client_opts.ch_binds, client_opts.ch_bind_count, &client_opts.ch_bind_lock, timeout, &host, &port, &idx);
+    sock = nc_sock_accept_binds(client_opts.ch_binds, client_opts.ch_bind_count, &client_opts.ch_bind_lock, timeout,
+            &host, &port, &idx);
     if (sock < 1) {
         free(host);
         return sock;