add changelog
[oweals/gnunet.git] / src / pt / test_gns_vpn.c
index a51320eaedecb56f6661a6f41871458e9da77378..9bf497b1626aaed6069bb53d8650ff1c08aca2ad 100644 (file)
@@ -429,7 +429,6 @@ mhd_main ()
 }
 
 
-
 /**
  * Open '/dev/null' and make the result the given
  * file descriptor.
@@ -520,7 +519,6 @@ fork_and_exec (const char *file,
 }
 
 
-
 /**
  * Method called to inform about the egos of this peer.
  *
@@ -601,7 +599,7 @@ identity_cb (void *cls,
   GNUNET_assert (GNUNET_OK ==
                  GNUNET_GNSRECORD_string_to_value (GNUNET_GNSRECORD_TYPE_VPN,
                                                    rd_string,
-                                                   (void**) &rd.data,
+                                                   (void **) &rd.data,
                                                    &rd.data_size));
   rd.record_type = GNUNET_GNSRECORD_TYPE_VPN;
 
@@ -613,7 +611,7 @@ identity_cb (void *cls,
                                        1, &rd,
                                        &commence_testing,
                                        NULL);
-  GNUNET_free ((void**) rd.data);
+  GNUNET_free ((void **) rd.data);
   GNUNET_free (rd_string);
 }
 
@@ -863,4 +861,5 @@ main (int argc,
   return global_ret;
 }
 
+
 /* end of test_gns_vpn.c */