gimp r26229 - in trunk: . app/core



Author: neo
Date: Thu Jul 17 19:52:55 2008
New Revision: 26229
URL: http://svn.gnome.org/viewvc/gimp?rev=26229&view=rev

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

	* app/core/gimpcoords.c (gimp_coords_mix): formatting.



Modified:
   trunk/ChangeLog
   trunk/app/core/gimpcoords.c

Modified: trunk/app/core/gimpcoords.c
==============================================================================
--- trunk/app/core/gimpcoords.c	(original)
+++ trunk/app/core/gimpcoords.c	Thu Jul 17 19:52:55 2008
@@ -44,12 +44,12 @@
 {
   if (b)
     {
-      ret_val->x        = amul * a->x        + bmul * b->x ;
-      ret_val->y        = amul * a->y        + bmul * b->y ;
-      ret_val->pressure = amul * a->pressure + bmul * b->pressure ;
-      ret_val->xtilt    = amul * a->xtilt    + bmul * b->xtilt ;
-      ret_val->ytilt    = amul * a->ytilt    + bmul * b->ytilt ;
-      ret_val->wheel    = amul * a->wheel    + bmul * b->wheel ;
+      ret_val->x        = amul * a->x        + bmul * b->x;
+      ret_val->y        = amul * a->y        + bmul * b->y;
+      ret_val->pressure = amul * a->pressure + bmul * b->pressure;
+      ret_val->xtilt    = amul * a->xtilt    + bmul * b->xtilt;
+      ret_val->ytilt    = amul * a->ytilt    + bmul * b->ytilt;
+      ret_val->wheel    = amul * a->wheel    + bmul * b->wheel;
     }
   else
     {



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