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>2018-11-01 22:59:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-01 23:44:26 +0300
commit28f3f4da12af8acac29ca513b5f2afdb09c9d5ca (patch)
tree0cdbbf95739ad7c87352043d669ca4cfe9378d05 /source/blender/editors/gpencil/gpencil_paint.c
parentf667a250f46b945d08e350c5d4c6c880a4eaa6d4 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_paint.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_paint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_paint.c b/source/blender/editors/gpencil/gpencil_paint.c
index 44d47d1354b..e734542eb43 100644
--- a/source/blender/editors/gpencil/gpencil_paint.c
+++ b/source/blender/editors/gpencil/gpencil_paint.c
@@ -1041,7 +1041,7 @@ static void gp_stroke_newfrombuffer(tGPsdata *p)
}
else {
if ((ts->gpencil_v3d_align & GP_PROJECT_DEPTH_STROKE_ENDPOINTS) ||
- (ts->gpencil_v3d_align & GP_PROJECT_DEPTH_STROKE_FIRST))
+ (ts->gpencil_v3d_align & GP_PROJECT_DEPTH_STROKE_FIRST))
{
int first_valid = 0;
int last_valid = 0;