[gegl] cosmetic



commit b5e0a11038c4e8d64102c8317cebecc42effb665
Author: Nicolas Robidoux <nicolas robidoux gmail com>
Date:   Wed Jun 29 15:56:26 2011 -0400

    cosmetic

 gegl/buffer/gegl-sampler-lohalo.c |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/gegl/buffer/gegl-sampler-lohalo.c b/gegl/buffer/gegl-sampler-lohalo.c
index 720ab10..81e2be7 100644
--- a/gegl/buffer/gegl-sampler-lohalo.c
+++ b/gegl/buffer/gegl-sampler-lohalo.c
@@ -23,7 +23,6 @@
  * LOHALO SAMPLER
  * ==============
  */
-
 /*
  * The Lohalo ("Low Halo") sampler is a Jacobian-adaptive blend of
  * LBB-Nohalo (Nohalo subdivision with Locally Bounded Bicubic
@@ -198,14 +197,16 @@
  */
 #define LOHALO_FLOORED_DIVISION_BY_2(a) ( (a)>>1 )
 
+
 /*
- * General convention: Looking at the image as a (linear algebra)
- * matrix, the index j has to do with the x-coordinate, that is,
- * horizontal position, and the index i has to do with the
- * y-coordinate (which runs from top to bottom), that is, the vertical
- * position.
+ * General convention:
+ * Looking at the image as a (linear algebra) matrix, the index j has
+ * to do with the x-coordinate, that is, horizontal position, and the
+ * index i has to do with the y-coordinate (which runs from top to
+ * bottom), that is, the vertical position.
  */
 
+
 /*
  * Convenience macro:
  */
@@ -230,6 +231,7 @@
 #define LOHALO_FUDGE  ( (gdouble) 1.e-6 )
 #define LOHALO_FUDGEF ( (gfloat)  1.e-6 )
 
+
 enum
 {
   PROP_0,



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