From 35b380b1156434b73d4a976c68f5ab3604c8510a Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 15 Jul 2014 22:49:43 +0200 Subject: All PDs: Minor whitespace and consistency fixes. - No newlines at the end of files. - No trailing ';' characters. - Comparison with None: Use 'is None' or 'is not None'. - Comparison with True/False: Use 'if cond:' or 'if not cond:'. - Various minor whitespace fixes. --- decoders/xfp/__init__.py | 1 - decoders/xfp/pd.py | 1 - 2 files changed, 2 deletions(-) (limited to 'decoders/xfp') diff --git a/decoders/xfp/__init__.py b/decoders/xfp/__init__.py index fa4e8a2..664967d 100644 --- a/decoders/xfp/__init__.py +++ b/decoders/xfp/__init__.py @@ -38,4 +38,3 @@ The XFP specification is available here: ''' from .pd import * - diff --git a/decoders/xfp/pd.py b/decoders/xfp/pd.py index b8ec8ed..9a6543c 100644 --- a/decoders/xfp/pd.py +++ b/decoders/xfp/pd.py @@ -644,4 +644,3 @@ class Decoder(srd.Decoder): self.annotate("AUX1 monitoring", aux) aux = AUX_TYPES[data[0] & 0x0f] self.annotate("AUX2 monitoring", aux) - -- cgit v1.2.3-70-g09d2