From b222a525e6eaf5ca36361341beced1040d215e27 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 13 Mar 2010 10:00:48 +0000 Subject: [PATCH] formatting --- src/transport/gnunet-service-transport.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c index 10abd3f82..c268125e4 100644 --- a/src/transport/gnunet-service-transport.c +++ b/src/transport/gnunet-service-transport.c @@ -818,14 +818,12 @@ static struct CheckHelloValidatedContext *chvc_head; */ static struct CheckHelloValidatedContext *chvc_tail; - /** * Map of PeerIdentities to 'struct ValidationEntry*'s (addresses * of the given peer that we are currently validating). */ static struct GNUNET_CONTAINER_MultiHashMap *validation_map; - /** * Handle for reporting statistics. */ -- 2.25.1