From 4dfb938f9c61e34d6cd296ec20cf39588e21e4cf Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 5 Oct 2021 15:59:02 +0200 Subject: cosmetic: Fix extra empty line Change-Id: Ibd499fc9376523e6dcfe8ba6792603c237db59f5 --- src/osmo_ss7.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osmo_ss7.c b/src/osmo_ss7.c index 6d68290..ebed9cf 100644 --- a/src/osmo_ss7.c +++ b/src/osmo_ss7.c @@ -1196,7 +1196,6 @@ static inline bool host_is_ip_anyaddr(const char *host, bool is_v6) * \param[in] host string containing an IP addresses. * \returns 0 on success; negtive otherwise */ int osmo_ss7_asp_peer_add_host(struct osmo_ss7_asp_peer *peer, void *talloc_ctx, const char *host) - { int i; bool new_is_v6 = osmo_ip_str_type(host) == AF_INET6; -- cgit v1.2.3