]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/maxim_ds28ea00/pd.py
All PDs: Minor whitespace and consistency fixes.
[libsigrokdecode.git] / decoders / maxim_ds28ea00 / pd.py
index 1e2c36a0a77ccfcd6e8999280b67a0907a17e913..229331fd393d0e917ab5bc0624df7218f9d6a3ce 100644 (file)
@@ -88,4 +88,3 @@ class Decoder(srd.Decoder):
                 self.putx([0, ['Temperature conversion status: 0x%02x' % val]])
             elif self.state in [s.upper() for s in command.values()]:
                 self.putx([0, ['TODO \'%s\': 0x%02x' % (self.state, val)]])
-