Commit 8f422e0e authored by Matthieu Boutier's avatar Matthieu Boutier Committed by Juliusz Chroboczek

Fix indent.

parent 8be332e7
...@@ -110,8 +110,8 @@ local_notify_interface_1(struct local_socket *s, ...@@ -110,8 +110,8 @@ local_notify_interface_1(struct local_socket *s,
ifp->ll ? format_address(*ifp->ll) : "", ifp->ll ? format_address(*ifp->ll) : "",
v4[0] ? " ipv4 " : "", v4); v4[0] ? " ipv4 " : "", v4);
else else
rc = snprintf(buf, 512, "%s interface %s up false\n", rc = snprintf(buf, 512, "%s interface %s up false\n",
local_kind(kind), ifp->name); local_kind(kind), ifp->name);
if(rc < 0 || rc >= 512) if(rc < 0 || rc >= 512)
goto fail; goto fail;
......
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