summaryrefslogtreecommitdiff
path: root/lib/send.c
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2011-03-07 09:53:40 +0100
committerLinus Nordberg <linus@nordu.net>2011-03-07 09:53:40 +0100
commit41af6cd03dac4eb905d0d3de574d2e4f3f9600eb (patch)
tree3e048f9f3deccbaac6a19cd7ceab0a3823b7740b /lib/send.c
parent725bec6f03436f9aedb3ffc7196049ab0f32f218 (diff)
Formatting changes.
Diffstat (limited to 'lib/send.c')
-rw-r--r--lib/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/send.c b/lib/send.c
index c49eaa9..871d657 100644
--- a/lib/send.c
+++ b/lib/send.c
@@ -96,7 +96,7 @@ rs_packet_send (struct rs_packet *pkt, void *user_data)
bufferevent_setcb (conn->bev, NULL, tcp_write_cb, tcp_event_cb, pkt);
bufferevent_enable (conn->bev, EV_WRITE);
}
- else /* UDP */
+ else /* UDP */
{
err = event_add (conn->wev, NULL);
if (err < 0)