Another round of clang-format
[collectd.git] / src / write_kafka.c
index 4decc4e..592d669 100644 (file)
@@ -411,7 +411,7 @@ static void kafka_config_topic(rd_kafka_conf_t *conf,
   rd_kafka_topic_conf_set_opaque(tctx->conf, tctx);
 
   ssnprintf(callback_name, sizeof(callback_name), "write_kafka/%s",
-           tctx->topic_name);
+            tctx->topic_name);
 
   status = plugin_register_write(
       callback_name, kafka_write,