mirror of https://github.com/GNOME/gimp.git
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:
parent
c1c17203a4
commit
79b4d39ba9
|
@ -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):
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue