[master] 32c2e0125 vtc_http2: Whitespace OCD

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Oct 11 07:02:08 UTC 2021


commit 32c2e01252b326b3368494c32f146c1dba0c6133
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Oct 11 09:00:57 2021 +0200

    vtc_http2: Whitespace OCD

diff --git a/bin/varnishtest/vtc_http2.c b/bin/varnishtest/vtc_http2.c
index 406193dbb..1ee37b95a 100644
--- a/bin/varnishtest/vtc_http2.c
+++ b/bin/varnishtest/vtc_http2.c
@@ -330,11 +330,11 @@ write_frame(const struct stream *sp, const struct frame *f, const unsigned lock)
 
 	writeFrameHeader(hdr, f);
 
-	vtc_log(sp->vl, 3, "tx: stream: %d, type: %s (%d), "
-			"flags: 0x%02x, size: %d",
-			f->stid,
-			f->type < TYPE_MAX ? h2_types[f->type] : "?",
-			f->type, f->flags, f->size);
+	vtc_log(sp->vl, 3,
+	    "tx: stream: %d, type: %s (%d), flags: 0x%02x, size: %d",
+	    f->stid,
+	    f->type < TYPE_MAX ? h2_types[f->type] : "?",
+	    f->type, f->flags, f->size);
 
 	if (lock)
 		AZ(pthread_mutex_lock(&hp->mtx));


More information about the varnish-commit mailing list