gegl r1843 - in trunk: . operations/core



Author: mitch
Date: Wed Jan 16 12:43:57 2008
New Revision: 1843
URL: http://svn.gnome.org/viewvc/gegl?rev=1843&view=rev

Log:
2008-01-16  Michael Natterer  <mitch gimp org>

	* operations/core/shift.c: minor indentation fix in class_init().



Modified:
   trunk/ChangeLog
   trunk/operations/core/shift.c

Modified: trunk/operations/core/shift.c
==============================================================================
--- trunk/operations/core/shift.c	(original)
+++ trunk/operations/core/shift.c	Wed Jan 16 12:43:57 2008
@@ -104,16 +104,16 @@
   GObjectClass       *object_class    = G_OBJECT_CLASS (klass);
   GeglOperationClass *operation_class = GEGL_OPERATION_CLASS (klass);
 
-  object_class->set_property             = set_property;
-  object_class->get_property             = get_property;
+  object_class->set_property               = set_property;
+  object_class->get_property               = get_property;
 
-  operation_class->categories            = "core";
-  operation_class->no_cache              = TRUE;
-  operation_class->process               = process;
-  operation_class->attach                = attach;
-  operation_class->detect                = detect;
-  operation_class->get_defined_region    = get_defined_region;
-  operation_class->compute_input_request = compute_input_request;
+  operation_class->categories              = "core";
+  operation_class->no_cache                = TRUE;
+  operation_class->process                 = process;
+  operation_class->attach                  = attach;
+  operation_class->detect                  = detect;
+  operation_class->get_defined_region      = get_defined_region;
+  operation_class->compute_input_request   = compute_input_request;
   operation_class->compute_affected_region = compute_affected_region;
 
   gegl_operation_class_set_name (operation_class, "shift");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]