Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-03-24 05:59:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-24 06:14:19 +0400
commit551d1a1ed56d7406f440c8e858ad64f177664c5b (patch)
treea3a88cad08ba406719175d3932c1ffafd1a2457c /source/blender/editors/sculpt_paint/paint_intern.h
parent25b4b5fb9f8baf0962ff64fa881784068ba3a3a2 (diff)
Code cleanup: style
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/paint_intern.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_intern.h b/source/blender/editors/sculpt_paint/paint_intern.h
index e95632ef8c4..5f951f72a21 100644
--- a/source/blender/editors/sculpt_paint/paint_intern.h
+++ b/source/blender/editors/sculpt_paint/paint_intern.h
@@ -126,8 +126,9 @@ typedef struct VertProjData {
/* paint_vertex_proj.c */
struct VertProjHandle;
-struct VertProjHandle *ED_vpaint_proj_handle_create(struct Scene *scene, struct Object *ob,
- VertProjData **r_vcosnos);
+struct VertProjHandle *ED_vpaint_proj_handle_create(
+ struct Scene *scene, struct Object *ob,
+ VertProjData **r_vcosnos);
void ED_vpaint_proj_handle_update(
struct VertProjHandle *vp_handle,
/* runtime vars */