]> sigrok.org Git - sigrok-cli.git/commit
decode: nits, whitespace and line length fix
authorGerhard Sittig <redacted>
Fri, 19 Apr 2019 13:03:14 +0000 (15:03 +0200)
committerGerhard Sittig <redacted>
Sat, 20 Apr 2019 09:27:20 +0000 (11:27 +0200)
commit11e554c26dc1e8e43b6def4a85ffe22658e06bbf
tree3c3828d5f493b9e890f45b31cd9c10a6909ec720
parentd6ebfaa8b6ceaf6f6b07c7d115e40fc3a7fde0cf
decode: nits, whitespace and line length fix

Address nits in the setup_pd_annotations() routine. Fixup an occurance
of too deep an indentation level (introduced in 790b026162332). Rephrase
a long line while we are here, to cut its length and for consistency
with other "visible annotations" manipulations in other locations.
decode.c