[gegl/soc-2012-ops] noise-hurl: cleaning before merge
- From: Michael Murà <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/soc-2012-ops] noise-hurl: cleaning before merge
- Date: Tue, 28 Aug 2012 08:42:05 +0000 (UTC)
commit 2183c3e6d379a6baf3129ac3cbd8d7b3eb6a4cea
Author: Michael Murà <batolettre gmail com>
Date: Tue Aug 28 17:15:23 2012 +0900
noise-hurl: cleaning before merge
operations/common/noise-hurl.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/noise-hurl.c b/operations/common/noise-hurl.c
index 5442130..4ad8ccf 100644
--- a/operations/common/noise-hurl.c
+++ b/operations/common/noise-hurl.c
@@ -44,7 +44,8 @@ gegl_chant_int (repeat, _("Repeat"), 1, 100, 1, _("Repeat"))
#include <math.h>
#include <stdlib.h>
-static void prepare (GeglOperation *operation)
+static void
+prepare (GeglOperation *operation)
{
gegl_operation_set_format (operation, "input" , babl_format ("RGBA float"));
gegl_operation_set_format (operation, "output", babl_format ("RGBA float"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]