[gegl] motion-blur-circular: minor indentation



commit f127a6a3123679453acefad1a8049388a0933ed7
Author: Øyvind Kolås <pippin gimp org>
Date:   Sat Mar 25 11:55:35 2017 +0100

    motion-blur-circular: minor indentation

 operations/common/motion-blur-circular.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/common/motion-blur-circular.c b/operations/common/motion-blur-circular.c
index f9b8f09..b94a085 100644
--- a/operations/common/motion-blur-circular.c
+++ b/operations/common/motion-blur-circular.c
@@ -71,9 +71,9 @@ static void
 prepare (GeglOperation *operation)
 {
   GeglOperationAreaFilter *op_area = GEGL_OPERATION_AREA_FILTER (operation);
-  GeglProperties              *o       = GEGL_PROPERTIES (operation);
-  GeglRectangle           *whole_region;
+  GeglProperties          *o       = GEGL_PROPERTIES (operation);
   gdouble                  angle   = o->angle * G_PI / 180.0;
+  GeglRectangle           *whole_region;
 
   while (angle < 0.0)
     angle += 2 * G_PI;


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