From eb7082c98efad727d88e3ebeadcd496fa948475b Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 12 Jan 2012 21:43:19 +0100 Subject: srd: Decoders: Cosmetics and whitespace fixes. - Remove superfluous whitespace. - Add URLs and more info. - Consistently use ' instead of " for Python strings. --- decoders/uart.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'decoders/uart.py') diff --git a/decoders/uart.py b/decoders/uart.py index 24b5ba3..9243bbc 100644 --- a/decoders/uart.py +++ b/decoders/uart.py @@ -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): -- cgit v1.2.3-70-g09d2