about summary refs log tree commit diff
path: root/misc/btpd_if.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/btpd_if.c')
-rw-r--r--misc/btpd_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/btpd_if.c b/misc/btpd_if.c
index 52e0278..13b216c 100644
--- a/misc/btpd_if.c
+++ b/misc/btpd_if.c
@@ -135,7 +135,7 @@ ipc_buf_req_res(struct ipc *ipc, struct io_buffer *iob, char **res,
     enum ipc_err err;
     if (iob->error)
         err = IPC_COMMERR;
-    else 
+    else
         err = ipc_req_res(ipc, iob->buf, iob->off, res, rlen);
     buf_free(iob);
     return err;