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

Whitespace OCD

parent efa582f5
......@@ -234,7 +234,7 @@ xyzzy_obj_opt_meth_opt(VRT_CTX,
return (WS_Printf(ctx->ws,
"obj %s obj_s %s obj_b %s met_s %s met_b %s",
o->name,
o->name,
(o->args.valid_s ? o->args.s : "*undef*"),
(o->args.valid_b
? (o->args.b ? "true" : "false" )
......
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