gimp r26631 - in trunk: . plug-ins/pygimp/plug-ins



Author: neo
Date: Sun Aug 17 20:21:29 2008
New Revision: 26631
URL: http://svn.gnome.org/viewvc/gimp?rev=26631&view=rev

Log:
2008-08-17  Sven Neumann  <sven gimp org>

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



Modified:
   trunk/ChangeLog
   trunk/plug-ins/pygimp/plug-ins/whirlpinch.py

Modified: trunk/plug-ins/pygimp/plug-ins/whirlpinch.py
==============================================================================
--- trunk/plug-ins/pygimp/plug-ins/whirlpinch.py	(original)
+++ trunk/plug-ins/pygimp/plug-ins/whirlpinch.py	Sun Aug 17 20:21:29 2008
@@ -114,7 +114,8 @@
                 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]