From: tb Date: Thu, 1 Sep 2022 20:36:25 +0000 (+0000) Subject: ugly whitespace X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=716e1627c10cf02a1e98c45b38b56a21b3344df8;p=openbsd ugly whitespace --- 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");