[gegl] emboss: Indent code according to our style
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] emboss: Indent code according to our style
- Date: Tue, 30 Aug 2011 14:38:20 +0000 (UTC)
commit f5d2add5b223e440d02d8597909d0760221a2ca9
Author: Mukund Sivaraman <muks banu com>
Date: Tue Aug 30 20:01:54 2011 +0530
emboss: Indent code according to our style
operations/workshop/emboss.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/operations/workshop/emboss.c b/operations/workshop/emboss.c
index e651535..916e469 100644
--- a/operations/workshop/emboss.c
+++ b/operations/workshop/emboss.c
@@ -166,10 +166,10 @@ prepare (GeglOperation *operation)
if (o->filter && !strcmp(o->filter, "blur-map"))
gegl_operation_set_format (operation, "output",
- babl_format ("RGBA float"));
+ babl_format ("RGBA float"));
else
gegl_operation_set_format (operation, "output",
- babl_format ("Y float"));
+ babl_format ("Y float"));
}
static gboolean
@@ -218,7 +218,7 @@ process (GeglOperation *operation,
/*do for every row*/
for (x = 0; x < rect.height; x++)
emboss (src_buf, &rect, dst_buf, &rect, x, type, floats_per_pixel, alpha,
- DEG_TO_RAD (o->azimuth), DEG_TO_RAD (o->elevation), o->depth);
+ DEG_TO_RAD (o->azimuth), DEG_TO_RAD (o->elevation), o->depth);
gegl_buffer_set (output, &rect, babl_format (type),
dst_buf, GEGL_AUTO_ROWSTRIDE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]