formatting.

2008-08-17  Sven Neumann  <sven@gimp.org>

	* plug-ins/pygimp/plug-ins/whirlpinch.py: formatting.


svn path=/trunk/; revision=26631
This commit is contained in:
Sven Neumann 2008-08-17 20:21:29 +00:00 committed by Sven Neumann
parent 1834dcc8a9
commit 00f704f82f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-08-17 Sven Neumann <sven@gimp.org>
* plug-ins/pygimp/plug-ins/whirlpinch.py: formatting.
2008-08-17 Sven Neumann <sven@gimp.org>
* plug-ins/common/file-desktop-link.c

View file

@ -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)