Run clang-format after removing ssnprintf
[collectd.git] / src / write_graphite.c
index 8fbb715..a8d1320 100644 (file)
@@ -546,10 +546,10 @@ static int wg_config_node(oconfig_item_t *ci) {
   /* FIXME: Legacy configuration syntax. */
   if (cb->name == NULL)
     snprintf(callback_name, sizeof(callback_name), "write_graphite/%s/%s/%s",
-              cb->node, cb->service, cb->protocol);
+             cb->node, cb->service, cb->protocol);
   else
     snprintf(callback_name, sizeof(callback_name), "write_graphite/%s",
-              cb->name);
+             cb->name);
 
   plugin_register_write(callback_name, wg_write,
                         &(user_data_t){