[master] 3ed8d7dba Whitespace OCD

Poul-Henning Kamp phk at FreeBSD.org
Mon Sep 24 11:26:16 UTC 2018


commit 3ed8d7dba5a8bfb1584147606ffc280babeee4ce
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Sep 24 07:17:52 2018 +0000

    Whitespace OCD

diff --git a/bin/varnishtest/vtc_log.c b/bin/varnishtest/vtc_log.c
index d7ceefe89..94bee3d3f 100644
--- a/bin/varnishtest/vtc_log.c
+++ b/bin/varnishtest/vtc_log.c
@@ -155,7 +155,7 @@ vtc_log_emit(const struct vtclog *vl)
 		return;
 	AZ(pthread_mutex_lock(&vtclog_mtx));
 	assert(vtclog_left > l);
-	memcpy(vtclog_buf,VSB_data(vl->vsb), l);
+	memcpy(vtclog_buf, VSB_data(vl->vsb), l);
 	vtclog_buf += l;
 	*vtclog_buf = '\0';
 	vtclog_left -= l;
diff --git a/include/vsa.h b/include/vsa.h
index e5e342a26..67c3e6266 100644
--- a/include/vsa.h
+++ b/include/vsa.h
@@ -59,7 +59,7 @@ struct suckaddr *VSA_Build(void *d, const void *s, unsigned sal);
  * This VRT interface is for the VCC generated ACL code, which needs
  * to know the address family and a pointer to the actual address.
  */
-  
+
 int VSA_GetPtr(const struct suckaddr *sua, const unsigned char ** dst);
 
 #endif


More information about the varnish-commit mailing list