Commit dcd1718b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

White-space OCD

parent e470f917
......@@ -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);
......
......@@ -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);
}
......
......@@ -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);
......
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