]> sigrok.org Git - libsigrok.git/commitdiff
input/csv: trim whitespace after eliminating comments
authorGerhard Sittig <redacted>
Sun, 13 Oct 2019 14:28:39 +0000 (16:28 +0200)
committerGerhard Sittig <redacted>
Sat, 21 Dec 2019 17:20:04 +0000 (18:20 +0100)
Accept when comments are indented, trim the whitespace from text lines
after stripping off the comment. This avoids the processing of lines
which actually are empty, and improves robustness (avoids errors for a
non-fatal situation). Also results in more appropriate diagnostics at
higher log levels.


No differences found