[gegl] warp: restore indentation after search and replace of GeglProperties
- From: Mikael Magnusson <mikachu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] warp: restore indentation after search and replace of GeglProperties
- Date: Sat, 8 Nov 2014 11:11:32 +0000 (UTC)
commit c1298e7d13f2a436ccff92da906424d3944eea03
Author: Mikael Magnusson <mikachu src gnome org>
Date: Sat Nov 8 12:09:40 2014 +0100
warp: restore indentation after search and replace of GeglProperties
operations/common/warp.c | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/operations/common/warp.c b/operations/common/warp.c
index b5d80aa..b39c3bf 100644
--- a/operations/common/warp.c
+++ b/operations/common/warp.c
@@ -74,8 +74,8 @@ path_changed (GeglPath *path,
const GeglRectangle *roi,
gpointer userdata)
{
- GeglRectangle rect = *roi;
- GeglProperties *o = GEGL_PROPERTIES (userdata);
+ GeglRectangle rect = *roi;
+ GeglProperties *o = GEGL_PROPERTIES (userdata);
/* invalidate the incoming rectangle */
rect.x -= o->size/2;
@@ -89,8 +89,8 @@ path_changed (GeglPath *path,
static void
prepare (GeglOperation *operation)
{
- GeglProperties *o = GEGL_PROPERTIES (operation);
- WarpPrivate *priv;
+ GeglProperties *o = GEGL_PROPERTIES (operation);
+ WarpPrivate *priv;
const Babl *format = babl_format_n (babl_type ("float"), 2);
gegl_operation_set_format (operation, "input", format);
@@ -173,8 +173,8 @@ calc_lut (GeglProperties *o)
static gdouble
get_stamp_force (GeglProperties *o,
- gdouble x,
- gdouble y)
+ gdouble x,
+ gdouble y)
{
WarpPrivate *priv = (WarpPrivate*) o->user_data;
gfloat radius;
@@ -207,9 +207,9 @@ get_stamp_force (GeglProperties *o,
static void
stamp (GeglProperties *o,
- const GeglRectangle *result,
- gdouble x,
- gdouble y)
+ const GeglRectangle *result,
+ gdouble x,
+ gdouble y)
{
WarpPrivate *priv = (WarpPrivate*) o->user_data;
GeglBufferIterator *it;
@@ -337,7 +337,7 @@ process (GeglOperation *operation,
const GeglRectangle *result,
gint level)
{
- GeglProperties *o = GEGL_PROPERTIES (operation);
+ GeglProperties *o = GEGL_PROPERTIES (operation);
WarpPrivate *priv = (WarpPrivate*) o->user_data;
gdouble dist;
gdouble stamps;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]