tighten formatting rules
[oweals/gnunet.git] / src / rest / plugin_rest_config.c
index 16f5d2ec1864c98a077a9ce1d848c716de85e7c9..d89c858ee733c38a25f8c7a7fee1e1dc68f1ea8c 100644 (file)
@@ -124,6 +124,7 @@ add_sections (void *cls,
   json_object_set_new (sections_obj, section, sec_obj);
 }
 
+
 static void
 add_section_contents (void *cls,
                       const char *section,
@@ -135,6 +136,7 @@ add_section_contents (void *cls,
   json_object_set_new (section_obj, option, json_string (value));
 }
 
+
 /**
  * Handle rest request
  *
@@ -179,6 +181,7 @@ get_cont (struct GNUNET_REST_RequestHandle *con_handle,
   json_decref (result);
 }
 
+
 struct GNUNET_CONFIGURATION_Handle *
 set_value (struct GNUNET_CONFIGURATION_Handle *config,
            const char *section,
@@ -202,6 +205,7 @@ set_value (struct GNUNET_CONFIGURATION_Handle *config,
   return config; // for error handling (0 -> success, 1 -> error)
 }
 
+
 /**
  * Handle REST POST request
  *
@@ -308,6 +312,7 @@ set_cont (struct GNUNET_REST_RequestHandle *con_handle,
   cleanup_handle (handle);
 }
 
+
 /**
  * Handle rest request
  *
@@ -416,4 +421,5 @@ libgnunet_plugin_rest_config_done (void *cls)
   return NULL;
 }
 
+
 /* end of plugin_rest_config.c */