]> sigrok.org Git - libsigrok.git/commit
scpi: style nits in sr_scpi_scan(), prefer common helper
authorGerhard Sittig <redacted>
Sat, 22 May 2021 10:53:34 +0000 (12:53 +0200)
committerGerhard Sittig <redacted>
Tue, 1 Jun 2021 06:20:59 +0000 (08:20 +0200)
commitd822f54d523cf3956c081332f0ef9b427926e058
tree422204f44fcec306652b4f8c8b703e7c1a5221d4
parent2f464b6c85281396ce06fd03167aa47b35d0c40a
scpi: style nits in sr_scpi_scan(), prefer common helper

Improve readability and simplify maintenance of the sr_scpi_scan()
routine.

Move initial assignment and subsequent update of variables in closer
proximity, don't hide assignments in declaration blocks. Use common
helper code where available. Split complex conditions into individual
terms which are easier to review and reason about. Don't mix calls and
value checks and flow control in the same statement.
src/scpi/scpi.c