[gegl] display.c: correct indentation
- From: Michael Murà <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] display.c: correct indentation
- Date: Fri, 6 Apr 2012 08:14:14 +0000 (UTC)
commit 941d025db9095523c4ad49687f7427f2a2062960
Author: Michael Murà <batolettre gmail com>
Date: Wed Apr 4 17:29:39 2012 +0900
display.c: correct indentation
operations/common/display.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/operations/common/display.c b/operations/common/display.c
index 706fd6f..85e88a4 100644
--- a/operations/common/display.c
+++ b/operations/common/display.c
@@ -59,8 +59,8 @@ set_display_handler (GeglOperation *operation)
GeglChantO *o = GEGL_CHANT_PROPERTIES (operation);
GeglChant *self = GEGL_CHANT (operation);
const gchar *known_handlers[] = {"gegl-gtk3:display",
- "gegl-gtk2:display",
- "gegl:sdl-display"};
+ "gegl-gtk2:display",
+ "gegl:sdl-display"};
char *handler = NULL;
gchar **operations = NULL;
guint n_operations;
@@ -102,8 +102,8 @@ attach (GeglOperation *operation)
self->input = gegl_node_get_input_proxy (operation->node, "input");
self->display = gegl_node_new_child (operation->node,
- "operation", "gegl:nop",
- NULL);
+ "operation", "gegl:nop",
+ NULL);
gegl_node_link (self->input, self->display);
set_display_handler (operation);
@@ -121,7 +121,7 @@ process (GeglOperation *operation,
GeglChant *self = GEGL_CHANT (operation);
return gegl_operation_process (self->display->operation,
- context, output_pad, roi, level);
+ context, output_pad, roi, level);
}
static void
@@ -139,7 +139,7 @@ gegl_chant_class_init (GeglChantClass *klass)
"name" , "gegl:display",
"categories" , "meta:display",
"description" ,
- _("Display the input buffer in a window."),
+ _("Display the input buffer in a window."),
NULL);
}
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]