From: Felix Domke Date: Sat, 17 Dec 2005 15:46:12 +0000 (+0000) Subject: fix newline X-Git-Tag: 2.6.0~4680 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/456ac28d25e861b4e661c88d573e3258a53d67a5 fix newline --- diff --git a/lib/python/Components/GUIComponent.py b/lib/python/Components/GUIComponent.py index b84cf8c2..5483d181 100644 --- a/lib/python/Components/GUIComponent.py +++ b/lib/python/Components/GUIComponent.py @@ -19,4 +19,4 @@ class GUIComponent: skin.applyAllAttributes(self.instance, desktop, self.skinAttributes) def move(self, x, y): - self.instance.move(ePoint(int(x), int(y))) \ No newline at end of file + self.instance.move(ePoint(int(x), int(y)))