[master] a630df0 Whitespaces, correct pasto and leftover from 4.0
Federico G. Schwindt
fgsch at lodoss.net
Fri Sep 9 07:34:10 CEST 2016
commit a630df005ac8771c0f8bd29ca8f6d7e9d477b65b
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date: Fri Sep 9 06:23:59 2016 +0100
Whitespaces, correct pasto and leftover from 4.0
diff --git a/bin/varnishd/Makefile.am b/bin/varnishd/Makefile.am
index d26d982..892b9c6 100644
--- a/bin/varnishd/Makefile.am
+++ b/bin/varnishd/Makefile.am
@@ -175,7 +175,7 @@ vhp_table_test_LDADD = \
$(top_builddir)/lib/libvarnish/libvarnish.la
noinst_PROGRAMS += vhp_decode_test
-vhp_decode_test_SOURCES = hpack/vhp_decode.c hpack/vhp_table.c
+vhp_decode_test_SOURCES = hpack/vhp_decode.c hpack/vhp_table.c
vhp_decode_test_CFLAGS = -DDECODE_TEST_DRIVER -include config.h
vhp_decode_test_LDADD = \
$(top_builddir)/lib/libvarnish/libvarnish.la
diff --git a/bin/varnishd/flint.lnt b/bin/varnishd/flint.lnt
index 53a15dd..360706e 100644
--- a/bin/varnishd/flint.lnt
+++ b/bin/varnishd/flint.lnt
@@ -36,7 +36,6 @@
-esym(765, BackSlash)
-esym(759, BackSlashDecode)
-esym(765, BackSlashDecode)
--esym(714, VSS_open)
-esym(757, base64*)
diff --git a/bin/varnishtest/vtc_doc_hdr.rst b/bin/varnishtest/vtc_doc_hdr.rst
index de8541f..bde6c56 100644
--- a/bin/varnishtest/vtc_doc_hdr.rst
+++ b/bin/varnishtest/vtc_doc_hdr.rst
@@ -18,7 +18,7 @@ Here's an example of test file::
txgoaway -laststream 0 -err 9 -debug "COMPRESSION_ERROR"
} -run
} -start
-
+
client c1 -connect ${s1_sock} {
stream 1 {
txreq -idxHdr 100 -litHdr inc plain "foo" plain "bar"
diff --git a/doc/sphinx/users-guide/vcl-separate.rst b/doc/sphinx/users-guide/vcl-separate.rst
index 15873aa..f876ea9 100644
--- a/doc/sphinx/users-guide/vcl-separate.rst
+++ b/doc/sphinx/users-guide/vcl-separate.rst
@@ -71,7 +71,7 @@ If you want to change the top level VCL, do as you always did::
Details, details, details:
--------------------------
-* All requests *always* start in the active VCL - the one from ``vcl.use``
+* All requests *always* start in the active VCL - the one from ``vcl.use``
* Only VCL labels can be used in ``return(vcl(name))``. Without this
restriction the top level VCL would have to be reloaded every time
diff --git a/lib/libvcc/vcc_expr.c b/lib/libvcc/vcc_expr.c
index 6259934..ad944b6 100644
--- a/lib/libvcc/vcc_expr.c
+++ b/lib/libvcc/vcc_expr.c
@@ -261,6 +261,7 @@ vcc_delete_expr(struct expr *e)
VSB_destroy(&e->vsb);
FREE_OBJ(e);
}
+
/*--------------------------------------------------------------------
* We want to get the indentation right in the emitted C code so we have
* to represent it symbolically until we are ready to render.
@@ -273,7 +274,7 @@ vcc_delete_expr(struct expr *e)
* \v1 insert subexpression 1
* \v2 insert subexpression 2
* \v+ increase indentation
- * \v- increase indentation
+ * \v- decrease indentation
* anything else is literal
*
* When editing, we check if any of the subexpressions contain a newline
More information about the varnish-commit
mailing list