diff --git a/net/udp/udp_conn.c b/net/udp/udp_conn.c index 8d12298a28..7a784ab900 100644 --- a/net/udp/udp_conn.c +++ b/net/udp/udp_conn.c @@ -778,7 +778,9 @@ int udp_bind(FAR struct udp_conn_s *conn, FAR const struct sockaddr *addr) net_lock(); - /* Is any other UDP connection already bound to this address and port? */ + /* Is any other UDP connection already bound to this address + * and port ? + */ if (udp_find_conn(conn->domain, &conn->u, portno) == NULL) {