[gegl] Convert tabs into spaces



commit 0821c1318e60b878046a0563a4e89a9c6f2c22b9
Author: Barak Itkin <lightningismyname gmail com>
Date:   Sat Feb 19 04:17:54 2011 +0200

    Convert tabs into spaces
    
    Also fix an English mistake...

 operations/workshop/noise-spread.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/operations/workshop/noise-spread.c b/operations/workshop/noise-spread.c
index d8249b7..fcf4725 100644
--- a/operations/workshop/noise-spread.c
+++ b/operations/workshop/noise-spread.c
@@ -18,8 +18,8 @@
  * Based on "Spread" (Noise) GIMP plugin
  * Copyright (C) 1997 Brian Degenhardt and Federico Mena Quintero
  *
- * The workshop/whirl-pinch.c and common/pixelise.c were used as a
- * template for this op file.
+ * The workshop/whirl-pinch.c and common/pixelise.c were used as
+ * templates for this op file.
  */
 #include "config.h"
 #include <glib/gi18n-lib.h>
@@ -143,7 +143,7 @@ process (GeglOperation       *operation,
                 (o->y_amount + 1) / 2,
                 boundary.width - 2 * o->x_amount,
                 boundary.height - 2 * o->y_amount,
-		format,
+                format,
                 input,
                 output,
                 result);



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