[master] 11afbf3ee White space OCD

Poul-Henning Kamp phk at FreeBSD.org
Tue Aug 22 08:59:06 UTC 2023


commit 11afbf3ee060d3c2c691ab4585257ceb213c3ded
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Aug 22 08:30:33 2023 +0000

    White space OCD

diff --git a/bin/varnishd/mgt/mgt_jail.c b/bin/varnishd/mgt/mgt_jail.c
index c5b828a9b..93711799c 100644
--- a/bin/varnishd/mgt/mgt_jail.c
+++ b/bin/varnishd/mgt/mgt_jail.c
@@ -220,7 +220,7 @@ VJ_unlink(const char *fname, int ignore_enoent)
 	if (unlink(fname)) {
 		if (errno != ENOENT || !ignore_enoent)
 		    fprintf(stderr, "Could not delete '%s': %s\n",
-		        fname, strerror(errno));
+			fname, strerror(errno));
 	}
 	VJ_master(JAIL_MASTER_LOW);
 }


More information about the varnish-commit mailing list