]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/spi/pd.py
All PDs: Minor whitespace and consistency fixes.
[libsigrokdecode.git] / decoders / spi / pd.py
index 96c0689f8a7e6ea04ccc57caca27885c4d522d72..374d22be3703fec4d0b2f038e2e9dfe9d4063a5f 100644 (file)
@@ -282,4 +282,3 @@ class Decoder(srd.Decoder):
                 raise MissingDataError('Either MISO or MOSI (or both) pins required.')
 
             self.find_clk_edge(miso, mosi, clk, cs)
-