]> sigrok.org Git - libsigrok.git/commit
scpi: Minor style nits
authorGerhard Sittig <redacted>
Fri, 30 Dec 2016 12:11:59 +0000 (13:11 +0100)
committerUwe Hermann <redacted>
Sat, 7 Jan 2017 14:51:47 +0000 (15:51 +0100)
commitd3de86f3ca50a55773c6974f0c336e942030b0bd
tree6331509a42a36326f424859fd45e3610de71d72c
parentd431e4ec28d5d168bc0d98d5545a585b89d52e8d
scpi: Minor style nits

Drop an initial assignment to a variable which never takes effect.
Add braces around the body of a more complex if block. Separate routines
from each other by exactly one empty line.
src/scpi/scpi.c