[gegl] cosmetic



commit d4d8c2dfa133372904c3066ab5b7c45f4122233b
Author: Nicolas Robidoux <nrobidoux git gnome org>
Date:   Fri Dec 21 12:35:12 2012 -0500

    cosmetic

 gegl/buffer/gegl-sampler-lohalo.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gegl/buffer/gegl-sampler-lohalo.c b/gegl/buffer/gegl-sampler-lohalo.c
index e05d11b..f614692 100644
--- a/gegl/buffer/gegl-sampler-lohalo.c
+++ b/gegl/buffer/gegl-sampler-lohalo.c
@@ -1441,9 +1441,9 @@ gegl_sampler_lohalo_get (      GeglSampler*    restrict  self,
    * provided by gegl_sampler_get_ptr (self, ix, iy). pixels_per_row
    * corresponds to fetch_rectangle.width in gegl_sampler_get_ptr.
    */
-  const gint channels  = 4;
+  const gint channels       = 4;
   const gint pixels_per_row = GEGL_SAMPLER_MAXIMUM_WIDTH;
-  const gint row_skip = channels * pixels_per_row;
+  const gint row_skip       = channels * pixels_per_row;
 
   /*
    * The consequence of the following choice of anchor pixel location



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