mirror of https://github.com/GNOME/gimp.git
formatting.
2008-07-31 Sven Neumann <sven@gimp.org> * app/core/gimpimage-scale.c (gimp_image_scale): formatting. svn path=/trunk/; revision=26345
This commit is contained in:
parent
9973e56a80
commit
5a0df95acf
|
@ -1,3 +1,7 @@
|
|||
2008-07-31 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/core/gimpimage-scale.c (gimp_image_scale): formatting.
|
||||
|
||||
2008-07-30 Jakub Steiner <jimmac@ximian.com>
|
||||
|
||||
* data/images/gimp-splash.png: new devel splash from
|
||||
|
|
|
@ -192,7 +192,9 @@ gimp_image_scale (GimpImage *image,
|
|||
}
|
||||
|
||||
/* Scale all sample points */
|
||||
for (list = gimp_image_get_sample_points (image); list; list = g_list_next (list))
|
||||
for (list = gimp_image_get_sample_points (image);
|
||||
list;
|
||||
list = g_list_next (list))
|
||||
{
|
||||
GimpSamplePoint *sample_point = list->data;
|
||||
|
||||
|
|
Loading…
Reference in New Issue