From: Christian Grothoff Date: Wed, 16 Apr 2014 09:41:25 +0000 (+0000) Subject: -indentation X-Git-Tag: initial-import-from-subversion-38251~4174 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a37418d8381d68a7e1afb6d86dbd49be0ac55660;p=oweals%2Fgnunet.git -indentation --- diff --git a/src/transport/transport_api_monitoring.c b/src/transport/transport_api_monitoring.c index 371a5f568..31f3d4f90 100644 --- a/src/transport/transport_api_monitoring.c +++ b/src/transport/transport_api_monitoring.c @@ -388,6 +388,7 @@ reconnect_val_ctx (struct GNUNET_TRANSPORT_ValidationMonitoringContext *val_ctx) val_ctx); } + /** * Function called with responses from the service. * @@ -396,7 +397,8 @@ reconnect_val_ctx (struct GNUNET_TRANSPORT_ValidationMonitoringContext *val_ctx) * message with the human-readable address */ static void -val_response_processor (void *cls, const struct GNUNET_MessageHeader *msg) +val_response_processor (void *cls, + const struct GNUNET_MessageHeader *msg) { struct GNUNET_TRANSPORT_ValidationMonitoringContext *val_ctx = cls; struct ValidationIterateResponseMessage *vr_msg;