From 4e9ce952d9c589d0aff16b45bac49e4925d50070 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Thu, 19 Jan 2017 14:47:10 +0100 Subject: [PATCH] app: indentation in operations-types.h --- app/operations/operations-types.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/app/operations/operations-types.h b/app/operations/operations-types.h index 8068d07940..820fae239a 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 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 void (* GimpBlendFunc) (const float *dest, + const float *src, + float *out, + gint samples); #endif /* __OPERATIONS_TYPES_H__ */