]> sigrok.org Git - libsigrok.git/commit
input/csv: address unassorted nits
authorGerhard Sittig <redacted>
Wed, 16 Oct 2019 20:19:24 +0000 (22:19 +0200)
committerGerhard Sittig <redacted>
Sat, 21 Dec 2019 17:20:04 +0000 (18:20 +0100)
commit5ada72fc0a423fe1b525f14132bfc3f8ae03c95d
treebb255a6cb283c6b8971d7d7a2e90005fe756c341
parent9e7af34eaf466a432d5fb02eacd3bb818cc839fc
input/csv: address unassorted nits

Address several minor nits. Eliminate unneeded variables. Update text to
number conversion comments including wildcard handling. Remove empty
lines in init() which used to spill out a set of lines which all do the
same thing (evaluate a set of options) and shall belong together.
src/input/csv.c