removed trailing whitespace.

2004-02-05  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpimage-crop.c: removed trailing whitespace.

	* app/gui/debug-commands.[ch]
	* app/gui/toolbox-menu.c: renamed ENABLE_DEBUG_ENTRIES to
	ENABLE_DEBUG_MENU and #define it to be equal to GIMP_UNSTABLE.
This commit is contained in:
Michael Natterer
2004-02-05 12:52:35 +00:00
committed by Michael Natterer
parent b48b110e3e
commit be6b23d68a
8 changed files with 59 additions and 51 deletions

View File

@ -35,7 +35,7 @@
#include "menus.h"
#ifdef ENABLE_DEBUG_ENTRIES
#ifdef ENABLE_DEBUG_MENU
/* local function prototypes */
@ -145,4 +145,4 @@ debug_dump_menus_recurse_menu (GtkWidget *menu,
}
}
#endif /* ENABLE_DEBUG_ENTRIES */
#endif /* ENABLE_DEBUG_MENU */