Feature/make pretty apps and ports (#80)

* Added pretty-apps and pretty-ports make targets

* pretty-fied apps folder C files

* Pretty-fied ports folder C and H files

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2020-04-30 10:13:11 -05:00
committed by GitHub
parent 0abcbea971
commit fdd49f1791
152 changed files with 9668 additions and 11674 deletions
+2 -2
View File
@@ -143,8 +143,8 @@ bool dl_ip_init(ROUTER_PORT *port, IP_DATA *ip_data)
ip_data->port = htons(port->params.bip_params.port);
/* get local address */
status =
bip_get_local_address_ioctl(port->iface, &ip_data->local_addr, SIOCGIFADDR);
status = bip_get_local_address_ioctl(
port->iface, &ip_data->local_addr, SIOCGIFADDR);
if (status < 0) {
return false;
}