- change
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 17 Jul 2012 07:39:03 +0000 (07:39 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 17 Jul 2012 07:39:03 +0000 (07:39 +0000)
src/transport/gnunet-service-transport.c

index bb6a54b31784daa7f9b963d0c3a7b01e74ff72cc..7d1010ab256f6dca3b2e73a9afad4d73ee7753cf 100644 (file)
@@ -584,9 +584,10 @@ struct KeyGenerationContext
 
 };
 
-static void key_generation_cb (void *cls,
-                               struct GNUNET_CRYPTO_RsaPrivateKey *pk,
-                               const char *emsg)
+static void
+key_generation_cb (void *cls,
+                   struct GNUNET_CRYPTO_RsaPrivateKey *pk,
+                   const char *emsg)
 {
   struct KeyGenerationContext *scx = cls;
   struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded tmp;