From e4f822680083b65e34b9c8b091025f66ea6efde6 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 28 Feb 2012 00:42:45 +0100 Subject: srd: PDs: Whitespace and cosmetics. --- decoders/nunchuk/nunchuk.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'decoders/nunchuk/nunchuk.py') diff --git a/decoders/nunchuk/nunchuk.py b/decoders/nunchuk/nunchuk.py index f901905..cd6fa21 100644 --- a/decoders/nunchuk/nunchuk.py +++ b/decoders/nunchuk/nunchuk.py @@ -43,7 +43,7 @@ class Decoder(srd.Decoder): optional_probes = [] # TODO options = {} annotations = [ - ['TODO', 'TODO'], + ['TODO', 'TODO'], ] def __init__(self, **kwargs): @@ -121,7 +121,7 @@ class Decoder(srd.Decoder): if self.state == IDLE: self.state = INITIALIZED return - + if databyte == 0x40 and self.state == START: self.state = INIT elif databyte == 0x00 and self.state == INIT: -- cgit v1.2.3-70-g09d2