[master] 44b5055 Whitespace OCD

Federico G. Schwindt fgsch at lodoss.net
Mon Jan 16 14:18:05 CET 2017


commit 44b5055695a887121c359850f52656b5f441c75f
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Mon Jan 16 13:06:51 2017 +0000

    Whitespace OCD

diff --git a/bin/varnishtest/vtc_process.c b/bin/varnishtest/vtc_process.c
index 5e77936..ee22d4a 100644
--- a/bin/varnishtest/vtc_process.c
+++ b/bin/varnishtest/vtc_process.c
@@ -300,7 +300,7 @@ process_kill(struct process *p, const char *sig)
 
 	CHECK_OBJ_NOTNULL(p, PROCESS_MAGIC);
 	AN(sig);
-	
+
 	AZ(pthread_mutex_lock(&p->mtx));
 	pid = p->pid;
 	AZ(pthread_mutex_unlock(&p->mtx));
diff --git a/include/Makefile.am b/include/Makefile.am
index 31cf0c4..4534cbf 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -109,7 +109,7 @@ GENERATED_H = \
 	vrt_obj.h \
 	vcl.h \
 	vcs_version.h \
-	vmod_abi.h 
+	vmod_abi.h
 
 $(GENERATED_H): $(top_srcdir)/lib/libvcc/generate.py $(top_srcdir)/include/vrt.h
 	mkdir -p tbl
diff --git a/tools/vtest.sh b/tools/vtest.sh
index 0489ac3..33d94f1 100755
--- a/tools/vtest.sh
+++ b/tools/vtest.sh
@@ -158,7 +158,7 @@ makegcov () (
 
 	make || exit 1
 
-	if [ `id -u` -eq 0 ] ; then 
+	if [ `id -u` -eq 0 ] ; then
 		chown -R varnish . | true
 	fi
 
@@ -168,7 +168,7 @@ makegcov () (
 		retval=1
 	fi
 
-	if [ `id -u` -eq 0 ] ; then 
+	if [ `id -u` -eq 0 ] ; then
 		chown -R root . || true
 	fi
 	exit ${retval}



More information about the varnish-commit mailing list