app: indentation in operations-types.h

This commit is contained in:
Michael Natterer 2017-01-19 14:47:10 +01:00
parent 4683b986f3
commit 4e9ce952d9

View file

@ -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__ */