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/include
parent8d496c2f85834c22b7b848086e708483e62c64fd (diff)
Cleanup: indentation
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_gpencil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_gpencil.h b/source/blender/editors/include/ED_gpencil.h
index 0b69ebeb758..5d93c2e3065 100644
--- a/source/blender/editors/include/ED_gpencil.h
+++ b/source/blender/editors/include/ED_gpencil.h
@@ -163,7 +163,7 @@ void ED_gpencil_draw_view3d_object(
bool only3d);
void ED_gpencil_draw_ex(
struct ViewLayer *view_layer, struct RegionView3D *rv3d, struct Scene *scene,
- struct bGPdata *gpd, int winx, int winy,
+ struct bGPdata *gpd, int winx, int winy,
const int cfra, const char spacetype);
/* ----------- Grease-Pencil AnimEdit API ------------------ */