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/edid/__init__.py | 1 - decoders/edid/pd.py | 1 - 2 files changed, 2 deletions(-) (limited to 'decoders/edid') diff --git a/decoders/edid/__init__.py b/decoders/edid/__init__.py index 8683006..318130f 100644 --- a/decoders/edid/__init__.py +++ b/decoders/edid/__init__.py @@ -37,4 +37,3 @@ More information on EDID is available here: ''' from .pd import * - diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py index 8af10ae..e655fdd 100644 --- a/decoders/edid/pd.py +++ b/decoders/edid/pd.py @@ -465,4 +465,3 @@ class Decoder(srd.Decoder): else: if self.cache[i+2] == 0 or self.cache[i+4] == 0: self.decode_descriptor(i) - -- cgit v1.2.3-70-g09d2