]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripngd/ripngd.c
*: style for EC replacements
[mirror_frr.git] / ripngd / ripngd.c
index 5a2008de6683c7b6f923e78b0eb10c8d29967e72..fbc06b0348d74aab6075bc78852f2371e74d836d 100644 (file)
@@ -204,9 +204,8 @@ int ripng_send_packet(caddr_t buf, int bufsize, struct sockaddr_in6 *to,
                                     ifp->name, inet6_ntoa(to->sin6_addr),
                                     safe_strerror(errno));
                else
-                       flog_err_sys(EC_LIB_SOCKET,
-                                    "RIPng send fail on %s: %s", ifp->name,
-                                    safe_strerror(errno));
+                       flog_err_sys(EC_LIB_SOCKET, "RIPng send fail on %s: %s",
+                                    ifp->name, safe_strerror(errno));
        }
 
        return ret;