aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/sendbuf.h
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-05 19:21:54 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-05 19:21:54 +0200
commitca76478bcb7ec20329b4690ef8dd62662514a849 (patch)
tree76d64f1a0ba8f905eb0dad4547e06da60b1d85af /libglouglou/sendbuf.h
parentlibglouglou: dnsreverse typo (diff)
downloadglouglou-ca76478bcb7ec20329b4690ef8dd62662514a849.tar.xz
glouglou-ca76478bcb7ec20329b4690ef8dd62662514a849.zip
indent fix, pass 2
no functional change
Diffstat (limited to 'libglouglou/sendbuf.h')
-rw-r--r--libglouglou/sendbuf.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libglouglou/sendbuf.h b/libglouglou/sendbuf.h
index 7a7bd05..f0a7689 100644
--- a/libglouglou/sendbuf.h
+++ b/libglouglou/sendbuf.h
@@ -16,9 +16,9 @@ struct sendbuf {
};
struct sendbuf *sendbuf_new(struct event_base *, int, int,
- int (*send_func)(void *, int, void *),
- void *);
-void sendbuf_free(struct sendbuf *);
-int sendbuf_append(struct sendbuf *, void *, int);
-void *sendbuf_gettoken(struct sendbuf *, int);
-int sendbuf_flush(struct sendbuf *);
+ int (*send_func)(void *, int, void *),
+ void *);
+void sendbuf_free(struct sendbuf *);
+int sendbuf_append(struct sendbuf *, void *, int);
+void *sendbuf_gettoken(struct sendbuf *, int);
+int sendbuf_flush(struct sendbuf *);