-indentation
authorChristian Grothoff <christian@grothoff.org>
Wed, 16 Apr 2014 09:41:25 +0000 (09:41 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 16 Apr 2014 09:41:25 +0000 (09:41 +0000)
src/transport/transport_api_monitoring.c

index 371a5f5687c378c896e007c8cba2b1c343814ade..31f3d4f90eec2d7187b8ca186e1fe064dfe59b98 100644 (file)
@@ -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;