aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-service-conversation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-24 14:48:36 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-24 14:48:36 +0000
commitb479dddcac56ec8352b8730470ed6cdaf4b929c5 (patch)
tree9cf9d1832a0d02c6b6734f384fcdca7959e77972 /src/conversation/gnunet-service-conversation.c
parent389e0afa4cabf4c9ed980ef7021beca067a53498 (diff)
downloadgnunet-b479dddcac56ec8352b8730470ed6cdaf4b929c5.tar.gz
gnunet-b479dddcac56ec8352b8730470ed6cdaf4b929c5.zip
-remove trailing whitespace
Diffstat (limited to 'src/conversation/gnunet-service-conversation.c')
-rw-r--r--src/conversation/gnunet-service-conversation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversation/gnunet-service-conversation.c b/src/conversation/gnunet-service-conversation.c
index 58d1254cc..0fc19c510 100644
--- a/src/conversation/gnunet-service-conversation.c
+++ b/src/conversation/gnunet-service-conversation.c
@@ -958,7 +958,7 @@ handle_mesh_ring_message (void *cls,
958 cring.cid = ch->cid; 958 cring.cid = ch->cid;
959 cring.caller_id = msg->caller_id; 959 cring.caller_id = msg->caller_id;
960 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 960 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
961 "Sending RING message to client. CID %u:(%u, %u)\n", 961 "Sending RING message to client. CID %u:(%u, %u)\n",
962 ch->cid, ch->remote_line, line->local_line); 962 ch->cid, ch->remote_line, line->local_line);
963 GNUNET_SERVER_notification_context_unicast (nc, 963 GNUNET_SERVER_notification_context_unicast (nc,
964 line->client, 964 line->client,