Commit 9b24fdfd authored by Deomid Ryabkov's avatar Deomid Ryabkov Committed by Cesanta Bot

Reformat mongoose

PUBLISHED_FROM=5202fa46a6a834bde35168ba566d3dce7c48f453
parent 8313896a
......@@ -12863,7 +12863,7 @@ static void serv_ev_handler(struct mg_connection *c, int ev, void *ev_data) {
} else if (ev == MG_EV_RECV) {
relay_data(c);
} else if (ev == MG_EV_CONNECT) {
int res = * (int *) ev_data;
int res = *(int *) ev_data;
if (res != 0) LOG(LL_ERROR, ("connect error: %d", res));
}
}
......
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