converted tabs to spaces.

2006-04-12  Sven Neumann  <sven@gimp.org>

	* libgimp*/gimp*.[ch]: converted tabs to spaces.
This commit is contained in:
Sven Neumann 2006-04-12 10:53:28 +00:00 committed by Sven Neumann
parent 8ed41a7c60
commit f2df31a50e
101 changed files with 2720 additions and 2716 deletions

View file

@ -30,8 +30,8 @@
gdouble
gimp_bilinear (gdouble x,
gdouble y,
gdouble *values)
gdouble y,
gdouble *values)
{
gdouble m0, m1;
@ -53,8 +53,8 @@ gimp_bilinear (gdouble x,
guchar
gimp_bilinear_8 (gdouble x,
gdouble y,
guchar *values)
gdouble y,
guchar *values)
{
gdouble m0, m1;
@ -76,8 +76,8 @@ gimp_bilinear_8 (gdouble x,
guint16
gimp_bilinear_16 (gdouble x,
gdouble y,
guint16 *values)
gdouble y,
guint16 *values)
{
gdouble m0, m1;
@ -99,8 +99,8 @@ gimp_bilinear_16 (gdouble x,
guint32
gimp_bilinear_32 (gdouble x,
gdouble y,
guint32 *values)
gdouble y,
guint32 *values)
{
gdouble m0, m1;
@ -122,8 +122,8 @@ gimp_bilinear_32 (gdouble x,
GimpRGB
gimp_bilinear_rgb (gdouble x,
gdouble y,
GimpRGB *values)
gdouble y,
GimpRGB *values)
{
gdouble m0, m1;
gdouble ix, iy;
@ -168,8 +168,8 @@ gimp_bilinear_rgb (gdouble x,
GimpRGB
gimp_bilinear_rgba (gdouble x,
gdouble y,
GimpRGB *values)
gdouble y,
GimpRGB *values)
{
gdouble m0, m1;
gdouble ix, iy;