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>2019-03-19 07:03:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-19 07:08:16 +0300
commit5ef4b0438cf4773e7dd8c661388bb2c3079869bf (patch)
tree634b95c85cdc786d48904b3ee3bb47f77eaff262 /source/blender/editors/gpencil/gpencil_brush.c
parent7e6263095de1ded7b17ed9c4d030d1b9dac6d9ed (diff)
Cleanup: trailing space
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_brush.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_brush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_brush.c b/source/blender/editors/gpencil/gpencil_brush.c
index 2df0edd3bf7..6e8dd11ee2f 100644
--- a/source/blender/editors/gpencil/gpencil_brush.c
+++ b/source/blender/editors/gpencil/gpencil_brush.c
@@ -206,7 +206,7 @@ static void gpsculpt_compute_lock_axis(tGP_BrushEditData *gso, bGPDspoint *pt, c
float plane[4];
float mat[4][4];
float r_close[3];
-
+
loc_eul_size_to_mat4(mat,
cursor->location,
cursor->rotation_euler,