summaryrefslogtreecommitdiffstats
path: root/gisi/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'gisi/client.c')
-rw-r--r--gisi/client.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gisi/client.c b/gisi/client.c
index 267bfc5e..335a8326 100644
--- a/gisi/client.c
+++ b/gisi/client.c
@@ -184,8 +184,9 @@ GIsiPending *g_isi_client_send(GIsiClient *client, const void *__restrict buf,
if (pd == NULL)
return NULL;
- op = g_isi_request_send(client->modem, client->resource, buf, len, timeout,
- pending_resp_notify, pd, pending_destroy);
+ op = g_isi_request_send(client->modem, client->resource, buf, len,
+ timeout, pending_resp_notify, pd,
+ pending_destroy);
if (op == NULL) {
g_free(pd);
return NULL;