Remove extra empty line
authorclaudio <claudio@openbsd.org>
Wed, 4 May 2022 10:17:16 +0000 (10:17 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 4 May 2022 10:17:16 +0000 (10:17 +0000)
usr.sbin/rpki-client/http.c

index e9423e9..7d0afe7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: http.c,v 1.57 2022/04/20 15:38:24 deraadt Exp $  */
+/*     $OpenBSD: http.c,v 1.58 2022/05/04 10:17:16 claudio Exp $  */
 /*
  * Copyright (c) 2020 Nils Fisher <nils_fisher@hotmail.com>
  * Copyright (c) 2020 Claudio Jeker <claudio@openbsd.org>
@@ -1913,7 +1913,6 @@ proc_http(char *bind_addr, int fd)
                                http_free(conn);
                }
 
-
                TAILQ_FOREACH_SAFE(req, &queue, entry, nr)
                        if (!http_req_schedule(req))
                                break;