app/xcf/xcf-load.c app/xcf/xcf-read.c app/xcf/xcf-save.c

2003-09-10  Michael Natterer  <mitch@gimp.org>

	* app/xcf/xcf-load.c
	* app/xcf/xcf-read.c
	* app/xcf/xcf-save.c
	* app/xcf/xcf-seek.c
	* app/xcf/xcf-write.c
	* app/xcf/xcf.c: whitespace cleanup.
This commit is contained in:
Michael Natterer
2003-09-10 10:40:57 +00:00
committed by Michael Natterer
parent 3d59718921
commit 17bce42486
7 changed files with 122 additions and 113 deletions

View File

@ -1,3 +1,12 @@
2003-09-10 Michael Natterer <mitch@gimp.org>
* app/xcf/xcf-load.c
* app/xcf/xcf-read.c
* app/xcf/xcf-save.c
* app/xcf/xcf-seek.c
* app/xcf/xcf-write.c
* app/xcf/xcf.c: whitespace cleanup.
2003-09-10 Tor Lillqvist <tml@iki.fi>
* config.h.win32: Tell it's outdated.

View File

@ -54,7 +54,7 @@ xcf_read_float (FILE *fp,
gfloat *data,
gint count)
{
return (xcf_read_int32(fp, (guint32 *)((void *)data), count));
return xcf_read_int32 (fp, (guint32 *) ((void *) data), count);
}
guint