aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
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
parent389e0afa4cabf4c9ed980ef7021beca067a53498 (diff)
downloadgnunet-b479dddcac56ec8352b8730470ed6cdaf4b929c5.tar.gz
gnunet-b479dddcac56ec8352b8730470ed6cdaf4b929c5.zip
-remove trailing whitespace
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/conversation_api_call.c2
-rw-r--r--src/conversation/gnunet-service-conversation.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/conversation/conversation_api_call.c b/src/conversation/conversation_api_call.c
index befbbc910..379947087 100644
--- a/src/conversation/conversation_api_call.c
+++ b/src/conversation/conversation_api_call.c
@@ -524,7 +524,7 @@ reconnect_call (struct GNUNET_CONVERSATION_Call *call)
524 GNUNET_CONVERSATION_EC_CALL_ERROR); 524 GNUNET_CONVERSATION_EC_CALL_ERROR);
525 return; 525 return;
526 } 526 }
527 527
528 call->mq = GNUNET_MQ_queue_for_connection_client (call->client, 528 call->mq = GNUNET_MQ_queue_for_connection_client (call->client,
529 handlers, 529 handlers,
530 &call_error_handler, 530 &call_error_handler,
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,