Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu SOUM committed Jul 19, 2023
1 parent 9f0c08f commit db0b3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ziflist.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ s_reload (ziflist_t *self, bool ipv6)
ipv6 && (interface->ifa_addr->sa_family == AF_INET6)))
{
const char *mac = zhash_lookup(mactable, interface->ifa_name);
if (mac){
if (mac) {
interface_t *item = s_interface_new (interface->ifa_name,
interface->ifa_addr, interface->ifa_netmask,
interface->ifa_broadaddr, mac);
Expand Down

0 comments on commit db0b3f0

Please sign in to comment.