whitespace fixup
[enigma2.git] / lib / python / Components / Sources / List.py
index 6d083f05f41f209754a877383aec00ddc00cf251..e141da59fcb9a3a1ab1bfa0088c04219c537dd1b 100644 (file)
@@ -31,7 +31,7 @@ to generate HTML."""
        def selectionChanged(self, index):
                if self.disable_callbacks:
                        return
-                       
+
                for x in self.onSelectionChanged:
                        x()