Software /
code /
prosody
Comparison
util/ztact.lua @ 3540:bc139431830b
Monster whitespace commit (beware the whitespace monster).
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sat, 16 Oct 2010 23:00:42 +0500 |
parent | 2958:49d6bf241653 |
comparison
equal
deleted
inserted
replaced
3539:8bbd965267b2 | 3540:bc139431830b |
---|---|
345 f ('\n') | 345 f ('\n') |
346 f (indents[indent]) | 346 f (indents[indent]) |
347 f ('[') f (lson_encode (k)) f ('] = ') | 347 f ('[') f (lson_encode (k)) f ('] = ') |
348 lson_encode (v, f, indent+1, indents) | 348 lson_encode (v, f, indent+1, indents) |
349 f (',') | 349 f (',') |
350 end | 350 end |
351 f (' }') | 351 f (' }') |
352 end end end | 352 end end end |
353 | 353 |
354 if capture then return table.concat (capture) end | 354 if capture then return table.concat (capture) end |
355 end | 355 end |