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-20 22:21:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-20 22:29:19 +0300
commit3a13b89296a851027ba4cec34f8c36600cfdd1f2 (patch)
treeb9302ad9f7774e53676028a55854806e06b7dd35 /source/blender/editors/gpencil/gpencil_utils.c
parent176b0df92079bb7a1ab456b97055f01e0cc784db (diff)
Cleanup: unused args, indentation
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_utils.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_utils.c b/source/blender/editors/gpencil/gpencil_utils.c
index 5078d071dd8..a0c31b64666 100644
--- a/source/blender/editors/gpencil/gpencil_utils.c
+++ b/source/blender/editors/gpencil/gpencil_utils.c
@@ -1845,7 +1845,7 @@ void ED_gpencil_calc_stroke_uv(Object *ob, bGPDstroke *gps)
/* if image, use texture width */
if ((gp_style) && (gp_style->stroke_style == GP_STYLE_STROKE_STYLE_TEXTURE) &&
- (gp_style->sima))
+ (gp_style->sima))
{
factor = gp_style->sima->gen_x;
}