]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/uart.py
srd: Decoders: Cosmetics and whitespace fixes.
[libsigrokdecode.git] / decoders / uart.py
index 24b5ba3a5894bcfa3691c2bf164e9b6a2a894cf2..9243bbc3e33741e38ec09e033dd88258aa5bb3a3 100644 (file)
@@ -219,15 +219,15 @@ class Decoder(srd.Decoder):
     }
     annotations = [
         # ANN_ASCII
-        ["ASCII", "TODO: description"],
+        ['ASCII', 'TODO: description'],
         # ANN_DEC
-        ["Decimal", "TODO: description"],
+        ['Decimal', 'TODO: description'],
         # ANN_HEX
-        ["Hex", "TODO: description"],
+        ['Hex', 'TODO: description'],
         # ANN_OCT
-        ["Octal", "TODO: description"],
+        ['Octal', 'TODO: description'],
         # ANN_BITS
-        ["Bits", "TODO: description"],
+        ['Bits', 'TODO: description'],
     ]
 
     def __init__(self, **kwargs):