mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-08 23:44:39 +08:00
Reformat mqtt.c using astylerc
This commit is contained in:
parent
914a20728e
commit
be5bcc172d
@ -125,8 +125,7 @@ enum mqtt_connect_flag {
|
|||||||
static void mqtt_cyclic_timer(void *arg);
|
static void mqtt_cyclic_timer(void *arg);
|
||||||
|
|
||||||
#if defined(LWIP_DEBUG)
|
#if defined(LWIP_DEBUG)
|
||||||
static const char * const mqtt_message_type_str[15] =
|
static const char *const mqtt_message_type_str[15] = {
|
||||||
{
|
|
||||||
"UNDEFINED",
|
"UNDEFINED",
|
||||||
"CONNECT",
|
"CONNECT",
|
||||||
"CONNACK",
|
"CONNACK",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user