From 716e1627c10cf02a1e98c45b38b56a21b3344df8 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 1 Sep 2022 20:36:25 +0000 Subject: [PATCH] ugly whitespace --- usr.sbin/httpd/server_http.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/httpd/server_http.c b/usr.sbin/httpd/server_http.c index 776aa040a05..8e8ab94bfeb 100644 --- a/usr.sbin/httpd/server_http.c +++ b/usr.sbin/httpd/server_http.c @@ -1,4 +1,4 @@ -/* $OpenBSD: server_http.c,v 1.151 2022/08/15 09:36:19 op Exp $ */ +/* $OpenBSD: server_http.c,v 1.152 2022/09/01 20:36:25 tb Exp $ */ /* * Copyright (c) 2020 Matthias Pressfreund @@ -1764,8 +1764,8 @@ read_errdoc(const char *root, const char *file) { struct stat sb; char *path; - int fd; - char *ret = NULL; + int fd; + char *ret = NULL; if (asprintf(&path, "%s/%s.html", root, file) == -1) fatal("asprintf"); -- 2.20.1