spaces
authorChristian Grothoff <christian@grothoff.org>
Wed, 22 Jun 2011 14:29:18 +0000 (14:29 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 22 Jun 2011 14:29:18 +0000 (14:29 +0000)
src/util/server.c

index b156dec2d04b2d1732ca2fff166d4826f567d421..0b894d2a893cc1ca75dd4e0bc8ca699901773aec 100644 (file)
@@ -919,7 +919,6 @@ restart_processing (void *cls,
       GNUNET_CONNECTION_receive (client->connection,
                                 GNUNET_SERVER_MAX_MESSAGE_SIZE - 1,
                                 client->idle_timeout, &process_incoming, client);
-
       return;
     }
 #if DEBUG_SERVER
@@ -1327,7 +1326,6 @@ GNUNET_SERVER_receive_done (struct GNUNET_SERVER_Client *client, int success)
 {
   if (client == NULL)
     return;
-
   GNUNET_assert (client->suspended > 0);
   client->suspended--;
   if (success != GNUNET_OK)