]> sigrok.org Git - libsigrok.git/commit
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)
commit7414fb55cb1ff4472176318d0e1146abfd2b7163
treeb8c7fddd03533b7d0a73c9a5d132f4a1d40c4acd
parent1b7d49db64449a7d2c2cdc947bc25541debe99b0
scpi_vxi: readability nits in the SCPI via VXI source code

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.
src/scpi/scpi_vxi.c