automatically removed trailing whitespace from 3460 lines.

2006-01-17  Raphael Quinet  <raphael@gimp.org>

	* (about 130 *.[ch] files): automatically removed trailing
	whitespace from 3460 lines.
This commit is contained in:
Raphael Quinet
2006-01-17 12:43:50 +00:00
committed by Raphaël Quinet
parent d9ffb3db1c
commit 7d8998a99c
135 changed files with 2694 additions and 2689 deletions

View File

@ -43,7 +43,7 @@ typedef struct {
ObjectList_t *list;
} PasteCommand_t;
Command_t*
Command_t*
paste_command_new(ObjectList_t *list)
{
PasteCommand_t *command = g_new(PasteCommand_t, 1);