formatting.

2008-08-19  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimpgegltool.c (gimp_gegl_tool_dialog): formatting.


svn path=/trunk/; revision=26664
This commit is contained in:
Michael Natterer 2008-08-19 15:42:31 +00:00 committed by Michael Natterer
parent d0d41d814c
commit 8ed8670d01
2 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2008-08-19 Michael Natterer <mitch@gimp.org>
* app/tools/gimpgegltool.c (gimp_gegl_tool_dialog): formatting.
2008-08-19 Michael Natterer <mitch@gimp.org>
* app/plug-in/gimpplugin.[ch] (struct GimpPlugIn)

View file

@ -318,10 +318,11 @@ gimp_gegl_tool_dialog (GimpImageMapTool *image_map_tool)
strstr (opclass->categories, "blur") ||
strstr (opclass->categories, "edge") ||
strstr (opclass->categories, "render"))
gtk_list_store_insert_with_values (store, NULL, -1,
0, opclass->name,
-1);
{
gtk_list_store_insert_with_values (store, NULL, -1,
0, opclass->name,
-1);
}
}
g_list_free (opclasses);