gegl r2208 - in trunk: . gegl/operation



Author: ok
Date: Sun Apr 20 22:56:40 2008
New Revision: 2208
URL: http://svn.gnome.org/viewvc/gegl?rev=2208&view=rev

Log:
* gegl/operation/gegl-operation.c: (gegl_operation_class_init):
indentation.


Modified:
   trunk/ChangeLog
   trunk/gegl/operation/gegl-operation.c

Modified: trunk/gegl/operation/gegl-operation.c
==============================================================================
--- trunk/gegl/operation/gegl-operation.c	(original)
+++ trunk/gegl/operation/gegl-operation.c	Sun Apr 20 22:56:40 2008
@@ -38,22 +38,23 @@
 
 static GeglRectangle get_bounding_box          (GeglOperation       *self);
 static GeglRectangle get_invalidated_by_change (GeglOperation       *self,
-                                                 const gchar         *input_pad,
-                                                 const GeglRectangle *input_region);
+                                                const gchar         *input_pad,
+                                                const GeglRectangle *input_region);
 static GeglRectangle get_required_for_output   (GeglOperation       *self,
-                                                 const gchar         *input_pad,
-                                                 const GeglRectangle *region);
+                                                const gchar         *input_pad,
+                                                const GeglRectangle *region);
 
 G_DEFINE_TYPE (GeglOperation, gegl_operation, G_TYPE_OBJECT)
 
 static void
 gegl_operation_class_init (GeglOperationClass *klass)
 {
-  klass->name                    = NULL;  /* an operation class with
-                                           * name == NULL is not
-                                           * included when doing
-                                           * operation lookup by
-                                           * name */
+  klass->name                      = NULL;  /* an operation class with
+                                             * name == NULL is not
+                                             * included when doing
+                                             * operation lookup by
+                                             * name
+                                             */
   klass->description               = NULL;
   klass->categories                = NULL;
   klass->attach                    = attach;



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