added whitespace below soundcloudIE class
[youtube-dl.git] / youtube-dl
index f717f35..2e29bad 100755 (executable)
@@ -3581,6 +3581,7 @@ class SoundcloudIE(InfoExtractor):
                except UnavailableVideoError:
                        self._downloader.trouble(u'\nERROR: unable to download video')
 
+
 class PostProcessor(object):
        """Post Processor class.