app: formatting

This commit is contained in:
Michael Natterer 2009-12-28 21:07:38 +01:00
parent 79c4023552
commit 3d9f9124f3
1 changed files with 2 additions and 2 deletions

View File

@ -184,8 +184,8 @@ gimp_operation_tile_source_prepare (GeglOperation *operation)
if (self->tile_manager)
{
gegl_operation_set_format (operation, "output", babl_format("RaGaBaA float"));
gegl_operation_set_format (operation, "output",
babl_format ("RaGaBaA float"));
}
}