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-02-28 04:15:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-28 04:30:56 +0300
commit3d4d7b97c27e3ff2820ddf210736ca90cae05f85 (patch)
tree4ee989d65a906385537646d8475a2bec1332a1ea /source/blender/draw/engines/gpencil/gpencil_engine.h
parentc51516c3fbf9c5f379f73ca10cdce3fb4c63a017 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/draw/engines/gpencil/gpencil_engine.h')
-rw-r--r--source/blender/draw/engines/gpencil/gpencil_engine.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/draw/engines/gpencil/gpencil_engine.h b/source/blender/draw/engines/gpencil/gpencil_engine.h
index ed4915651f1..20ce210f337 100644
--- a/source/blender/draw/engines/gpencil/gpencil_engine.h
+++ b/source/blender/draw/engines/gpencil/gpencil_engine.h
@@ -94,7 +94,7 @@ typedef struct tGPencilObjectCache {
/* shading type */
int shading_type;
-
+
/* GPU data size */
int tot_vertex;
int tot_triangles;
@@ -376,9 +376,9 @@ typedef struct GpencilBatchCache {
struct DRWShadingGroup *DRW_gpencil_shgroup_stroke_create(
struct GPENCIL_e_data *e_data, struct GPENCIL_Data *vedata, struct DRWPass *pass, struct GPUShader *shader,
struct Object *ob, struct bGPdata *gpd,
- struct bGPDlayer *gpl, struct bGPDstroke *gps,
+ struct bGPDlayer *gpl, struct bGPDstroke *gps,
struct MaterialGPencilStyle *gp_style, int id, bool onion,
- const float scale, int shading_type);
+ const float scale, int shading_type);
void DRW_gpencil_populate_datablock(
struct GPENCIL_e_data *e_data, void *vedata,
struct Object *ob, struct tGPencilObjectCache *cache_ob);