]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/usb_packet/pd.py
usb*: Minor cosmetics.
[libsigrokdecode.git] / decoders / usb_packet / pd.py
index 8d1de65bc33460a5605e77036a492134047a23c3..c159202510a6212efff7f611ffdfb31f6e2ea0c9 100644 (file)
@@ -358,7 +358,7 @@ class Decoder(srd.Decoder):
         elif pidname in ('ACK', 'NAK', 'STALL', 'NYET', 'ERR'):
             pass # Nothing to do, these only have SYNC+PID+EOP fields.
         elif pidname in ('PRE'):
-            pass # Nothing to do, PRE  only has SYNC+PID fields.
+            pass # Nothing to do, PRE only has SYNC+PID fields.
         else:
             pass # TODO: Handle 'SPLIT' and possibly 'Reserved' packets.