mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-06 22:44:38 +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);
|
||||
|
||||
#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…
x
Reference in New Issue
Block a user