]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/qi/pd.py
Drop trailing whitespace in various PDs.
[libsigrokdecode.git] / decoders / qi / pd.py
index 9782ee5afb5dd3758e2b40e2a64e52dca9d1b8a7..0c880dd217ae60028655a16560a09aa31491a2d8 100644 (file)
@@ -146,7 +146,7 @@ class Decoder(srd.Decoder):
                        'C: PC = %d MP = %d P = %d C = %d WS = %d WO = %d' %
                        (powerclass, maxpower, prop, count, winsize, winoff),
                        'Configuration', 'C'])
-        elif self.packet[0] == 0x71: # Identification 
+        elif self.packet[0] == 0x71: # Identification
             version = '%d.%d' % ((self.packet[1] & 0xf0) >> 4, self.packet[1] & 0x0f)
             mancode = '%02x%02x' % (self.packet[2], self.packet[3])
             devid = '%02x%02x%02x%02x' % (self.packet[4] & ~0x80,