[gegl] gegl-parallel: fix indentation



commit 5637cff1c460c21037b92a653293bc7376db5009
Author: Ell <ell_se yahoo com>
Date:   Tue Nov 13 11:01:57 2018 -0500

    gegl-parallel: fix indentation

 gegl/gegl-parallel.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/gegl/gegl-parallel.c b/gegl/gegl-parallel.c
index f98f9c9ab..2bb82caff 100644
--- a/gegl/gegl-parallel.c
+++ b/gegl/gegl-parallel.c
@@ -53,16 +53,16 @@ typedef struct
 
 /*  local function prototypes  */
 
-static void                       gegl_parallel_notify_threads                   (GeglConfig                 
  *config);
+static void          gegl_parallel_notify_threads                   (GeglConfig                   *config);
 
-static void                       gegl_parallel_set_n_threads                    (gint                       
   n_threads,
-                                                                                  gboolean                   
   finish_tasks);
+static void          gegl_parallel_set_n_threads                    (gint                          n_threads,
+                                                                     gboolean                      
finish_tasks);
 
-static void                       gegl_parallel_distribute_set_n_threads         (gint                       
   n_threads);
-static gpointer                   gegl_parallel_distribute_thread_func           
(GeglParallelDistributeThread *thread);
+static void          gegl_parallel_distribute_set_n_threads         (gint                          
n_threads);
+static gpointer      gegl_parallel_distribute_thread_func           (GeglParallelDistributeThread *thread);
 
-static inline gint                gegl_parallel_distribute_get_optimal_n_threads (gdouble                    
   n_elements,
-                                                                                  gdouble                    
   thread_cost);
+static inline gint   gegl_parallel_distribute_get_optimal_n_threads (gdouble                       
n_elements,
+                                                                     gdouble                       
thread_cost);
 
 
 /*  local variables  */


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