Tree wide: Reformat with clang-format.
[collectd.git] / src / utils_curl_stats.h
index b6d0bb4..3f83aab 100644 (file)
@@ -42,15 +42,15 @@ typedef struct curl_stats_s curl_stats_t;
  *
  * See http://curl.haxx.se/libcurl/c/curl_easy_getinfo.html
  */
-curl_stats_t *curl_stats_from_config (oconfig_item_t *ci);
+curl_stats_t *curl_stats_from_config(oconfig_item_t *ci);
 
-void curl_stats_destroy (curl_stats_t *s);
+void curl_stats_destroy(curl_stats_t *s);
 
 /*
  * curl_stats_dispatch dispatches performance values from the the specified
  * cURL session to the daemon.
  */
-int curl_stats_dispatch (curl_stats_t *s, CURL *curl,
-               const char *hostname, const char *plugin, const char *plugin_instance);
+int curl_stats_dispatch(curl_stats_t *s, CURL *curl, const char *hostname,
+                        const char *plugin, const char *plugin_instance);
 
 #endif /* UTILS_CURL_STATS_H */