[gimp] app: indentation in operations-types.h



commit 4e9ce952d9c589d0aff16b45bac49e4925d50070
Author: Michael Natterer <mitch gimp org>
Date:   Thu Jan 19 14:47:10 2017 +0100

    app: indentation in operations-types.h

 app/operations/operations-types.h |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/app/operations/operations-types.h b/app/operations/operations-types.h
index 8068d07..820fae2 100644
--- a/app/operations/operations-types.h
+++ b/app/operations/operations-types.h
@@ -55,22 +55,22 @@ typedef struct _GimpCagePoint                   GimpCagePoint;
 
 /*  functions  */
 
-typedef gboolean (* GimpLayerModeFunc) (gfloat                *in,
-                                        gfloat                *aux,
-                                        gfloat                *mask,
-                                        gfloat                *out,
-                                        gfloat                 opacity,
-                                        glong                  samples,
-                                        const GeglRectangle   *roi,
-                                        gint                   level,
-                                        GimpLayerBlendTRC      blend_trc,
-                                        GimpLayerBlendTRC      composite_trc,
-                                        GimpLayerCompositeMode composite_mode);
-
-typedef  void    (* GimpBlendFunc)     (const float         *dest,
-                                        const float         *src,
-                                        float               *out,
-                                        gint                 samples);
+typedef gboolean (* GimpLayerModeFunc) (gfloat                 *in,
+                                        gfloat                 *aux,
+                                        gfloat                 *mask,
+                                        gfloat                 *out,
+                                        gfloat                  opacity,
+                                        glong                   samples,
+                                        const GeglRectangle    *roi,
+                                        gint                    level,
+                                        GimpLayerBlendTRC       blend_trc,
+                                        GimpLayerBlendTRC       composite_trc,
+                                        GimpLayerCompositeMode  composite_mode);
+
+typedef  void    (* GimpBlendFunc)     (const float            *dest,
+                                        const float            *src,
+                                        float                  *out,
+                                        gint                    samples);
 
 
 #endif /* __OPERATIONS_TYPES_H__ */


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