]> sigrok.org Git - libsigrok.git/commitdiff
scpi_vxi: readability nits in the SCPI via VXI source code
authorGerhard Sittig <redacted>
Sun, 6 Jun 2021 14:06:51 +0000 (16:06 +0200)
committerGerhard Sittig <redacted>
Mon, 7 Jun 2021 05:44:18 +0000 (07:44 +0200)
Address style nits to improve readablity and future maintenance.
Move system header includes before application level includes. Move
assignments out of variable declaration blocks. Separate function calls
and assignments from error checks and flow control. Break a long line.
Add braces around conditional multi line statements.

All these adjustments are cosmetical. Behaviour does not change.


No differences found