tighten formatting rules
[oweals/gnunet.git] / src / reclaim / plugin_rest_reclaim.c
index fd35059d7416a1fa41f2cac20ee1bb3ebe06f6ed..9a75b2d16cb2281bfb43605907c0fc8d9ab3312b 100644 (file)
@@ -287,6 +287,7 @@ cleanup_handle (struct RequestHandle *handle)
   GNUNET_free (handle);
 }
 
+
 static void
 cleanup_handle_delayed (void *cls)
 {
@@ -342,6 +343,7 @@ collect_error_cb (void *cls)
   do_error (handle);
 }
 
+
 static void
 finished_cont (void *cls, int32_t success, const char *emsg)
 {
@@ -379,6 +381,7 @@ return_response (void *cls)
   cleanup_handle (handle);
 }
 
+
 static void
 collect_finished_cb (void *cls)
 {
@@ -818,6 +821,7 @@ revoke_ticket_cont (struct GNUNET_REST_RequestHandle *con_handle,
   GNUNET_JSON_parse_free (tktspec);
 }
 
+
 static void
 consume_cont (void *cls,
               const struct GNUNET_CRYPTO_EcdsaPublicKey *identity,
@@ -850,6 +854,7 @@ consume_cont (void *cls,
   GNUNET_free (val_str);
 }
 
+
 static void
 consume_ticket_cont (struct GNUNET_REST_RequestHandle *con_handle,
                      const char *url,
@@ -943,6 +948,7 @@ options_cont (struct GNUNET_REST_RequestHandle *con_handle,
   return;
 }
 
+
 /**
  * Handle rest request
  *
@@ -982,6 +988,7 @@ init_cont (struct RequestHandle *handle)
   }
 }
 
+
 /**
  * If listing is enabled, prints information about the egos.
  *
@@ -1044,6 +1051,7 @@ list_ego (void *cls,
   }
 }
 
+
 static void
 rest_identity_process_request (struct GNUNET_REST_RequestHandle *rest_handle,
                                GNUNET_REST_ResultProcessor proc,
@@ -1068,6 +1076,7 @@ rest_identity_process_request (struct GNUNET_REST_RequestHandle *rest_handle,
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Connected\n");
 }
 
+
 /**
  * Entry point for the plugin.
  *
@@ -1124,4 +1133,5 @@ libgnunet_plugin_rest_reclaim_done (void *cls)
   return NULL;
 }
 
+
 /* end of plugin_rest_reclaim.c */