tighten formatting rules
[oweals/gnunet.git] / src / transport / plugin_transport_http_client.c
index 98ab6544f65981de9d5c2cdac3b4711b337c7605..87cd7ead2af4c45982c89f4128dc173449bdaefb 100644 (file)
@@ -703,6 +703,8 @@ client_log (CURL *curl,
        text);
   return 0;
 }
+
+
 #endif
 
 /**
@@ -1504,6 +1506,8 @@ open_tcp_stealth_socket_cb (void *clientp,
     return CURL_SOCKET_BAD;
   }
 }
+
+
 #endif
 
 
@@ -2528,4 +2532,5 @@ LIBGNUNET_PLUGIN_TRANSPORT_INIT (void *cls)
   return api;
 }
 
+
 /* end of plugin_transport_http_client.c */