From: claudio Date: Wed, 21 Jun 2023 07:44:08 +0000 (+0000) Subject: Remove extra newlines X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=92bc477a55356a1d99222d1abba8cca1acb795c4;p=openbsd Remove extra newlines --- diff --git a/usr.sbin/ospfd/lsupdate.c b/usr.sbin/ospfd/lsupdate.c index 25c6b3ad350..27415eaecb8 100644 --- a/usr.sbin/ospfd/lsupdate.c +++ b/usr.sbin/ospfd/lsupdate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lsupdate.c,v 1.52 2023/06/20 15:19:55 claudio Exp $ */ +/* $OpenBSD: lsupdate.c,v 1.53 2023/06/21 07:44:08 claudio Exp $ */ /* * Copyright (c) 2005 Claudio Jeker @@ -202,8 +202,6 @@ add_ls_update(struct ibuf *buf, struct iface *iface, void *data, u_int16_t len, return (1); } - - int send_ls_update(struct ibuf *buf, struct iface *iface, struct in_addr addr, u_int32_t nlsa)