]> sigrok.org Git - libsigrok.git/commitdiff
output/wavedrom: address style nits
authorGerhard Sittig <redacted>
Sat, 21 Dec 2019 10:29:57 +0000 (11:29 +0100)
committerGerhard Sittig <redacted>
Sat, 21 Dec 2019 12:58:43 +0000 (13:58 +0100)
Adjust brace style, use C language comments, drop camel case. Use size_t
for indices and offsets. Unobfuscate the open/close logic of rendered
output. Allocate zero-filled memory, reduce sizeof() redundancy. Don't
SHOUT in the module's .name property.

[ Changes indentation, see 'git diff -w -b' for review. ]


No differences found