Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
dcd1718b
Commit
dcd1718b
authored
Aug 10, 2021
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
White-space OCD
parent
e470f917
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
storage_simple.c
bin/varnishd/storage/storage_simple.c
+1
-1
vcc_compile.c
lib/libvcc/vcc_compile.c
+2
-2
vmod_blob.c
vmod/vmod_blob.c
+1
-1
No files found.
bin/varnishd/storage/storage_simple.c
View file @
dcd1718b
...
...
@@ -691,7 +691,7 @@ SML_panic(struct vsb *vsb, const struct objcore *oc)
#U, o->va_##l##_len, o->va_##l);
#define OBJ_AUXATTR(U, l) \
do { \
do { \
if (o->aa_##l != NULL) sml_panic_st(vsb, #U, o->aa_##l);\
} while(0);
...
...
lib/libvcc/vcc_compile.c
View file @
dcd1718b
...
...
@@ -83,14 +83,14 @@ vcc_vcl_met2c(struct vsb *vsb, unsigned method)
//lint -e{774} Boolean within 'if' always evaluates to False
#define VCL_MET_MAC(l,U,t,b) \
do { \
do { \
if (method & VCL_MET_##U) { \
if (d) \
VSB_putc(vsb, '|'); \
VSB_cat(vsb, "VCL_MET_" #U); \
d = 1; \
} \
} while (0);
} while (0);
#include "tbl/vcl_returns.h"
AN
(
d
);
}
...
...
vmod/vmod_blob.c
View file @
dcd1718b
...
...
@@ -128,7 +128,7 @@ parse_encoding(VCL_ENUM e)
static
enum
case_e
parse_case
(
VCL_ENUM
e
)
{
#define VMODENUM(n)
\
#define VMODENUM(n) \
do { \
if (e == VENUM(n)) return (n); \
} while (0);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment