diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2023-06-21 07:44:09 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2023-06-21 07:44:09 +0000 |
commit | 213f1f22449d146921553d23f2ac4270411bd431 (patch) | |
tree | 28527e064f2acadff784f924079d7279f6c33a6f /usr.sbin/ospfd/lsupdate.c | |
parent | 2cd6698561d75d15cd7c626ddb33e385ec96f4f5 (diff) |
Remove extra newlines
Diffstat (limited to 'usr.sbin/ospfd/lsupdate.c')
-rw-r--r-- | usr.sbin/ospfd/lsupdate.c | 4 |
1 files changed, 1 insertions, 3 deletions
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 <claudio@openbsd.org> @@ -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) |