[master] 238bc837b Typo

Nils Goroll nils.goroll at uplex.de
Tue Jan 12 11:07:07 UTC 2021


commit 238bc837bc9d5ac3226ce4ccd2205a373f376f20
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jan 11 10:01:48 2021 +0000

    Typo

diff --git a/bin/varnishtest/vtc_misc.c b/bin/varnishtest/vtc_misc.c
index 88437b757..75a4b7c38 100644
--- a/bin/varnishtest/vtc_misc.c
+++ b/bin/varnishtest/vtc_misc.c
@@ -384,7 +384,7 @@ ipvx_works(const char *target)
 		VTCP_close(&fd);
 		return (1);
 	}
-        return(0);
+	return(0);
 }
 
 /* SECTION: feature feature


More information about the varnish-commit mailing list