Commit 14d98d1f authored by 马伊齐's avatar 马伊齐

格式

parent 5ee685a7
...@@ -388,7 +388,7 @@ void init_msg_channel() ...@@ -388,7 +388,7 @@ void init_msg_channel()
int msg_recv(int channel, msg_data_t *msg) int msg_recv(int channel, msg_data_t *msg)
{ {
if (is_initialized == 0 ) if (is_initialized == 0)
{ {
is_initialized = 1; is_initialized = 1;
init_msg_channel(); init_msg_channel();
...@@ -413,7 +413,7 @@ int msg_recv(int channel, msg_data_t *msg) ...@@ -413,7 +413,7 @@ int msg_recv(int channel, msg_data_t *msg)
int msg_send(int channel, uint16_t type, uint32_t code, void *pad, int len) int msg_send(int channel, uint16_t type, uint32_t code, void *pad, int len)
{ {
if (is_initialized == 0 ) if (is_initialized == 0)
{ {
is_initialized = 1; is_initialized = 1;
init_msg_channel(); init_msg_channel();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment