Commit 3e59e1c4 authored by Dmitry Frank's avatar Dmitry Frank Committed by Cesanta Bot

Fix formatting

PUBLISHED_FROM=1803e726eee7bb64496d70389655083eb70257ab
parent ae611a6e
......@@ -14,7 +14,7 @@ signature: |
void *user_data; /* User data */
int num_ifaces;
struct mg_iface **ifaces; /* network interfaces */
const char *nameserver; /* DNS server to use */
const char *nameserver; /* DNS server to use */
};
---
......
......@@ -3301,7 +3301,7 @@ struct mg_mgr {
void *user_data; /* User data */
int num_ifaces;
struct mg_iface **ifaces; /* network interfaces */
const char *nameserver; /* DNS server to use */
const char *nameserver; /* DNS server to use */
};
/*
......
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