ugly whitespace
authortb <tb@openbsd.org>
Thu, 1 Sep 2022 20:36:25 +0000 (20:36 +0000)
committertb <tb@openbsd.org>
Thu, 1 Sep 2022 20:36:25 +0000 (20:36 +0000)
usr.sbin/httpd/server_http.c

index 776aa04..8e8ab94 100644 (file)
@@ -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 <mpfr@fn.de>
@@ -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");