[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48581] branches/soc-2011-tomato/source/ blender/imbuf/intern/colormanagement.c: Style cleanup, no functional changes

Sergey Sharybin sergey.vfx at gmail.com
Wed Jul 4 11:08:05 CEST 2012


Revision: 48581
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48581
Author:   nazgul
Date:     2012-07-04 09:08:05 +0000 (Wed, 04 Jul 2012)
Log Message:
-----------
Style cleanup, no functional changes

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/imbuf/intern/colormanagement.c

Modified: branches/soc-2011-tomato/source/blender/imbuf/intern/colormanagement.c
===================================================================
--- branches/soc-2011-tomato/source/blender/imbuf/intern/colormanagement.c	2012-07-04 08:51:30 UTC (rev 48580)
+++ branches/soc-2011-tomato/source/blender/imbuf/intern/colormanagement.c	2012-07-04 09:08:05 UTC (rev 48581)
@@ -678,7 +678,7 @@
 	IMB_buffer_byte_from_float_tonecurve(display_buffer, buffer, channels, dither,
 	                                     IB_PROFILE_SRGB, IB_PROFILE_LINEAR_RGB,
 	                                     predivide, width, height, width, width,
-										 tonecurve_func);
+	                                     tonecurve_func);
 
 	return NULL;
 }
@@ -713,7 +713,7 @@
 	/* do conversion */
 	IMB_buffer_byte_from_float(display_buffer, buffer,
 	                           channels, dither, IB_PROFILE_SRGB, IB_PROFILE_SRGB,
-							   predivide, width, height, width, width);
+	                           predivide, width, height, width, width);
 
 	return NULL;
 }




More information about the Bf-blender-cvs mailing list