mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-12 21:41:28 +00: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);
|
||||
|
||||
#if defined(LWIP_DEBUG)
|
||||
static const char * const mqtt_message_type_str[15] =
|
||||
{
|
||||
static const char *const mqtt_message_type_str[15] = {
|
||||
"UNDEFINED",
|
||||
"CONNECT",
|
||||
"CONNACK",
|
||||
|
Loading…
Reference in New Issue
Block a user