Skip to content

Commit 5df391b

Browse files
authored
misc format code
1 parent 790d4d1 commit 5df391b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/protocols/mqtt/tcp/main/app_main.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
static const char *TAG = "mqtt_example";
2525

2626
// MQTT Test Topics
27-
static const char * topic_qos0 = "topic/qos0";
28-
static const char * topic_qos1 = "topic/qos1";
27+
static const char *topic_qos0 = "topic/qos0";
28+
static const char *topic_qos1 = "topic/qos1";
2929

3030
static void log_error_if_nonzero(const char *message, int error_code)
3131
{

0 commit comments

Comments
 (0)