]> sigrok.org Git - libsigrokdecode.git/commitdiff
All PDs: Minor whitespace and consistency fixes.
authorUwe Hermann <redacted>
Tue, 15 Jul 2014 20:49:43 +0000 (22:49 +0200)
committerUwe Hermann <redacted>
Tue, 15 Jul 2014 20:49:43 +0000 (22:49 +0200)
 - No newlines at the end of files.
 - No trailing ';' characters.
 - Comparison with None: Use 'is None' or 'is not None'.
 - Comparison with True/False: Use 'if cond:' or 'if not cond:'.
 - Various minor whitespace fixes.


No differences found