mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 08:16:59 +00:00
style: fix few indentation issues
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
b3e02ce0ba
commit
6817d234ca
3 changed files with 17 additions and 16 deletions
|
|
@ -154,7 +154,8 @@ int parse_leases(void)
|
||||||
macstring[17] = '\0';
|
macstring[17] = '\0';
|
||||||
macaddr_p->ethernet = safe_strdup(macstring);
|
macaddr_p->ethernet = safe_strdup(macstring);
|
||||||
macaddr_p->ip = safe_strdup(ipstring);
|
macaddr_p->ip = safe_strdup(ipstring);
|
||||||
macaddr_p->next = safe_malloc(sizeof(struct macaddr_t));
|
macaddr_p->next =
|
||||||
|
safe_malloc(sizeof(struct macaddr_t));
|
||||||
macaddr_p = macaddr_p->next;
|
macaddr_p = macaddr_p->next;
|
||||||
macaddr_p->next = NULL;
|
macaddr_p->next = NULL;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue