Commit 4454f75d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

White space OCD

parent 4113c803
...@@ -260,7 +260,7 @@ pass_answer(int fd) ...@@ -260,7 +260,7 @@ pass_answer(int fd)
printf("%s\n", answer); printf("%s\n", answer);
free(answer); free(answer);
} }
if (status == CLIS_TRUNCATED) if (status == CLIS_TRUNCATED)
printf("[response was truncated]\n"); printf("[response was truncated]\n");
(void)fflush(stdout); (void)fflush(stdout);
} }
......
...@@ -10,7 +10,7 @@ server s1 { ...@@ -10,7 +10,7 @@ server s1 {
shell { shell {
echo "vcl 4.1; import std; backend dummy None;" >${tmpdir}/test.vcl echo "vcl 4.1; import std; backend dummy None;" >${tmpdir}/test.vcl
varnishd -pvmod_path=${topbuild}/lib/libvmod_std/.libs \ varnishd -pvmod_path=${topbuild}/lib/libvmod_std/.libs \
-C -f ${tmpdir}/test.vcl 2>/dev/null -C -f ${tmpdir}/test.vcl 2>/dev/null
} }
varnish v1 -arg "-pvmod_path=${topbuild}/lib/libvmod_std/.libs/" -vcl+backend { varnish v1 -arg "-pvmod_path=${topbuild}/lib/libvmod_std/.libs/" -vcl+backend {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment