From 60b24f2415233d6dd6feb0c463de59570d7835ff Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 Aug 2018 11:01:29 +1000 Subject: Cleanup: indentation --- source/blender/gpencil_modifiers/intern/MOD_gpencil_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/gpencil_modifiers/intern/MOD_gpencil_util.h') diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencil_util.h b/source/blender/gpencil_modifiers/intern/MOD_gpencil_util.h index f2866be1391..95772d141f1 100644 --- a/source/blender/gpencil_modifiers/intern/MOD_gpencil_util.h +++ b/source/blender/gpencil_modifiers/intern/MOD_gpencil_util.h @@ -48,7 +48,7 @@ bool is_stroke_affected_by_modifier( float get_modifier_point_weight(struct MDeformVert *dvert, bool inverse, int def_nr); void gpencil_apply_modifier_material( - struct Main *bmain, struct Object *ob, struct Material *mat, - struct GHash *gh_color, struct bGPDstroke *gps, bool crt_material); + struct Main *bmain, struct Object *ob, struct Material *mat, + struct GHash *gh_color, struct bGPDstroke *gps, bool crt_material); #endif /* __MOD_GPENCIL_UTIL_H__ */ -- cgit v1.2.3