r2262 - in branches/1.2: . lib/libvcl
des at projects.linpro.no
des at projects.linpro.no
Thu Nov 15 17:08:43 CET 2007
Author: des
Date: 2007-11-15 17:08:43 +0100 (Thu, 15 Nov 2007)
New Revision: 2262
Modified:
branches/1.2/
branches/1.2/lib/libvcl/vcc_compile.c
Log:
Merged revisions 2247 via svnmerge from
svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache
........
r2247 | des | 2007-11-09 13:43:09 +0100 (Fri, 09 Nov 2007) | 2 lines
Whitespace cleanup.
........
Property changes on: branches/1.2
___________________________________________________________________
Name: svnmerge-integrated
- /trunk/varnish-cache:1-2101,2104-2107,2115-2120,2122-2130,2133,2151,2153-2154,2157,2161-2162,2166-2168,2173,2175-2176,2180-2184,2186-2193,2206,2208,2210-2215,2220,2222-2232,2243,2246,2248-2255
+ /trunk/varnish-cache:1-2101,2104-2107,2115-2120,2122-2130,2133,2151,2153-2154,2157,2161-2162,2166-2168,2173,2175-2176,2180-2184,2186-2193,2206,2208,2210-2215,2220,2222-2232,2243,2246-2255
Modified: branches/1.2/lib/libvcl/vcc_compile.c
===================================================================
--- branches/1.2/lib/libvcl/vcc_compile.c 2007-11-15 16:07:47 UTC (rev 2261)
+++ branches/1.2/lib/libvcl/vcc_compile.c 2007-11-15 16:08:43 UTC (rev 2262)
@@ -216,7 +216,7 @@
break;
case '\n':
vsb_printf(sb, "\\n");
- if (mode)
+ if (mode)
vsb_printf(sb, "\"\n\t\"");
break;
case '\t': vsb_printf(sb, "\\t"); break;
@@ -327,7 +327,7 @@
Fc(tl, 0, ",\n");
}
Fc(tl, 0, "};\n");
-
+
Fc(tl, 0, "\nconst char *srcbody[%u] = {\n", tl->nsources);
VTAILQ_FOREACH(sp, &tl->sources, list) {
Fc(tl, 0, " /* ");
@@ -355,7 +355,7 @@
Fc(tl, 0, "\t.nhashcount = %u,\n", tl->nhashcount);
#define VCL_RET_MAC(l,u,b,n)
#define VCL_MET_MAC(l,u,b) \
- Fc(tl, 0, "\t." #l "_func = VGC_function_vcl_" #l ",\n");
+ Fc(tl, 0, "\t." #l "_func = VGC_function_vcl_" #l ",\n");
#include "vcl_returns.h"
#undef VCL_MET_MAC
#undef VCL_RET_MAC
@@ -385,7 +385,7 @@
if (sp->freeit != NULL)
free(sp->freeit);
- free(sp->name);
+ free(sp->name);
free(sp);
}
@@ -530,7 +530,7 @@
VTAILQ_REMOVE(&tl->sources, sp, list);
vcc_destroy_source(sp);
}
-
+
vsb_delete(tl->fh);
vsb_delete(tl->fc);
vsb_delete(tl->fi);
More information about the varnish-commit
mailing list