From 3f7f07faf51c16f11e5eefeddb537b2e1b024f58 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Apr 2013 01:52:38 +0000 Subject: style cleanup --- source/blender/blenkernel/BKE_paint.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source/blender/blenkernel/BKE_paint.h') diff --git a/source/blender/blenkernel/BKE_paint.h b/source/blender/blenkernel/BKE_paint.h index fe8dc7cc938..f616da4985f 100644 --- a/source/blender/blenkernel/BKE_paint.h +++ b/source/blender/blenkernel/BKE_paint.h @@ -75,13 +75,13 @@ typedef enum OverlayControlFlags { PAINT_OVERLAY_OVERRIDE = (1 << 3) } OverlayControlFlags; -void BKE_paint_invalidate_overlay_tex (struct Scene *scene, const struct Tex *tex); -void BKE_paint_invalidate_cursor_overlay (struct Scene *scene, struct CurveMapping *curve); +void BKE_paint_invalidate_overlay_tex(struct Scene *scene, const struct Tex *tex); +void BKE_paint_invalidate_cursor_overlay(struct Scene *scene, struct CurveMapping *curve); void BKE_paint_invalidate_overlay_all(void); -OverlayControlFlags BKE_paint_get_overlay_flags (void); -void BKE_paint_reset_overlay_invalid (void); -void BKE_paint_set_overlay_override (bool flag); -bool BKE_paint_get_overlay_override (void); +OverlayControlFlags BKE_paint_get_overlay_flags(void); +void BKE_paint_reset_overlay_invalid(void); +void BKE_paint_set_overlay_override(bool flag); +bool BKE_paint_get_overlay_override(void); void BKE_paint_init(struct Paint *p, const char col[3]); -- cgit v1.2.3