[gegl] color-rotate: Indent code to our style (contd.)



commit e4df03810510d53cb0371fcc91c0c98321b879dc
Author: Mukund Sivaraman <muks banu com>
Date:   Wed Aug 31 18:49:39 2011 +0530

    color-rotate: Indent code to our style (contd.)

 operations/workshop/color-rotate.c |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/operations/workshop/color-rotate.c b/operations/workshop/color-rotate.c
index 7a9cb3d..e7d168d 100644
--- a/operations/workshop/color-rotate.c
+++ b/operations/workshop/color-rotate.c
@@ -348,11 +348,10 @@ process (GeglOperation       *operation,
          GeglBuffer          *output,
          const GeglRectangle *result)
 {
-  GeglChantO              *o            = GEGL_CHANT_PROPERTIES (operation);
-  Babl                    *format       = babl_format ("RGBA float");
-
-  gfloat *src_buf;
-  gint    x;
+  GeglChantO *o      = GEGL_CHANT_PROPERTIES (operation);
+  Babl	     *format = babl_format ("RGBA float");
+  gfloat     *src_buf;
+  gint        x;
 
   src_buf = g_new0 (gfloat, result->width * result->height * 4);
 



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