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-10-31 06:43:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-31 06:43:25 +0300
commit1fb9fcb333a03a3151b352e9cb8e3cd0cd10b2b4 (patch)
treea6a2daa8cc628504e553920eebb2feca58147a13 /source/blender/editors/gpencil
parent8d496c2f85834c22b7b848086e708483e62c64fd (diff)
Cleanup: indentation
Diffstat (limited to 'source/blender/editors/gpencil')
-rw-r--r--source/blender/editors/gpencil/drawgpencil.c4
-rw-r--r--source/blender/editors/gpencil/gpencil_paint.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/gpencil/drawgpencil.c b/source/blender/editors/gpencil/drawgpencil.c
index 5b1b8d8a884..e160c7e05a1 100644
--- a/source/blender/editors/gpencil/drawgpencil.c
+++ b/source/blender/editors/gpencil/drawgpencil.c
@@ -1674,8 +1674,8 @@ static void gp_draw_data(RegionView3D *rv3d,
/* if we have strokes for scenes (3d view)/clips (movie clip editor)
* and objects/tracks, multiple data blocks have to be drawn */
static void gp_draw_data_all(
- ViewLayer *view_layer, RegionView3D *rv3d, Scene *scene, bGPdata *gpd,
- int offsx, int offsy, int winx, int winy,
+ ViewLayer *view_layer, RegionView3D *rv3d, Scene *scene, bGPdata *gpd,
+ int offsx, int offsy, int winx, int winy,
int cfra, int dflag, const char UNUSED(spacetype))
{
bGPdata *gpd_source = NULL;
diff --git a/source/blender/editors/gpencil/gpencil_paint.c b/source/blender/editors/gpencil/gpencil_paint.c
index a812b7377c3..837b18d1e52 100644
--- a/source/blender/editors/gpencil/gpencil_paint.c
+++ b/source/blender/editors/gpencil/gpencil_paint.c
@@ -1877,7 +1877,7 @@ static bool gp_session_initdata(bContext *C, wmOperator *op, tGPsdata *p)
/* lock axis (in some modes, disable) */
if (((*p->align_flag & GP_PROJECT_DEPTH_VIEW) == 0) &&
- ((*p->align_flag & GP_PROJECT_DEPTH_STROKE) == 0))
+ ((*p->align_flag & GP_PROJECT_DEPTH_STROKE) == 0))
{
p->lock_axis = ts->gp_sculpt.lock_axis;
}