formatting.

2008-05-14  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/blur-gauss-selective.c: formatting.

svn path=/trunk/; revision=25669
This commit is contained in:
Sven Neumann 2008-05-14 15:39:29 +00:00 committed by Sven Neumann
parent c1c17203a4
commit 79b4d39ba9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-05-14 Sven Neumann <sven@gimp.org>
* plug-ins/common/blur-gauss-selective.c: formatting.
2008-05-14 Sven Neumann <sven@gimp.org>
* app/widgets/gimpcurveview.c (gimp_curve_view_motion_notify):

View File

@ -748,7 +748,7 @@ sel_gauss (GimpDrawable *drawable,
numrad = (gint) (radius + 1.0);
mat = g_new (gdouble, numrad);
init_matrix(radius, mat, numrad);
init_matrix (radius, mat, numrad);
src = g_new (guchar, width * height * bytes);
dest = g_new (guchar, width * height * bytes);