From 00f704f82f62f3d13622b3007a2e13b94bc4656a Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sun, 17 Aug 2008 20:21:29 +0000 Subject: [PATCH] formatting. 2008-08-17 Sven Neumann * plug-ins/pygimp/plug-ins/whirlpinch.py: formatting. svn path=/trunk/; revision=26631 --- ChangeLog | 4 ++++ plug-ins/pygimp/plug-ins/whirlpinch.py | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index db41c44128..a244f5780b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-08-17 Sven Neumann + + * plug-ins/pygimp/plug-ins/whirlpinch.py: formatting. + 2008-08-17 Sven Neumann * plug-ins/common/file-desktop-link.c diff --git a/plug-ins/pygimp/plug-ins/whirlpinch.py b/plug-ins/pygimp/plug-ins/whirlpinch.py index f5a6676c87..c307cfcac6 100755 --- a/plug-ins/pygimp/plug-ins/whirlpinch.py +++ b/plug-ins/pygimp/plug-ins/whirlpinch.py @@ -114,7 +114,8 @@ def whirl_pinch(image, drawable, whirl, pinch, radius): bot_p = '' for col in range(self.sel_x1, self.sel_x2): q, cx, cy = calc_undistorted_coords(self, col, - row, whirl, pinch, radius) + row, whirl, pinch, + radius) if q: if cx >= 0: ix = int(cx) else: ix = -(int(-cx) + 1)