From 55ca1698f2cfc2861f77a9f5d2468142b2427577 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 13 Nov 2023 15:23:54 +0100 Subject: [PATCH] mqtt: removed trailing spaces --- src/modules/mqtt/mqtt_dispatch.c | 12 ++++++------ src/modules/mqtt/mqtt_mod.c | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/modules/mqtt/mqtt_dispatch.c b/src/modules/mqtt/mqtt_dispatch.c index a26ebc40799..2cfdf28d290 100644 --- a/src/modules/mqtt/mqtt_dispatch.c +++ b/src/modules/mqtt/mqtt_dispatch.c @@ -594,7 +594,7 @@ int mqtt_prepare_publish(str *topic, str *payload, int qos) } /** - * + * */ void mqtt_request_notify( struct ev_loop *loop, struct ev_io *watcher, int revents) @@ -636,7 +636,7 @@ void mqtt_request_notify( } /** - * + * */ int mqtt_publish(str *topic, str *payload, int qos) { @@ -655,7 +655,7 @@ int mqtt_publish(str *topic, str *payload, int qos) } /** - * + * */ int mqtt_prepare_subscribe(str *topic, int qos) { @@ -706,7 +706,7 @@ int mqtt_prepare_subscribe(str *topic, int qos) } /** - * + * */ int mqtt_subscribe(str *topic, int qos) { @@ -722,7 +722,7 @@ int mqtt_subscribe(str *topic, int qos) } /** - * + * */ int mqtt_prepare_unsubscribe(str *topic) { @@ -769,7 +769,7 @@ int mqtt_prepare_unsubscribe(str *topic) } /** - * + * */ int mqtt_unsubscribe(str *topic) { diff --git a/src/modules/mqtt/mqtt_mod.c b/src/modules/mqtt/mqtt_mod.c index 80928cf15f9..3a3132d376f 100644 --- a/src/modules/mqtt/mqtt_mod.c +++ b/src/modules/mqtt/mqtt_mod.c @@ -264,7 +264,7 @@ static int ki_mqtt_publish(sip_msg_t *msg, str *topic, str *payload, int qos) } /** - * + * */ static int fixup_mqtt_publish(void **param, int param_no) { @@ -281,7 +281,7 @@ static int fixup_mqtt_publish(void **param, int param_no) } /** - * Subscribe to the given topic. + * Subscribe to the given topic. * Mqtt qos levels 0, 1 and 2 can be used. * Used in cfg script. */ @@ -313,7 +313,7 @@ static int cmd_mqtt_subscribe(sip_msg_t *msg, char *topic, char *qos) } /** - * Subscribe to the given topic. + * Subscribe to the given topic. * Mqtt qos levels 0, 1 and 2 can be used. * Used in kemi script. */ @@ -330,7 +330,7 @@ static int ki_mqtt_subscribe(sip_msg_t *msg, str *topic, int qos) } /** - * + * */ static int fixup_mqtt_subscribe(void **param, int param_no) {