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)