[Bf-blender-cvs] [5cc7e2ae16d] master: Cleanup: Remove extra line

Antonio Vazquez noreply at git.blender.org
Sun Apr 19 17:30:22 CEST 2020


Commit: 5cc7e2ae16d47c58f4a560efaf3a3a35eafe1352
Author: Antonio Vazquez
Date:   Sun Apr 19 17:29:19 2020 +0200
Branches: master
https://developer.blender.org/rB5cc7e2ae16d47c58f4a560efaf3a3a35eafe1352

Cleanup: Remove extra line

===================================================================

M	source/blender/makesrna/intern/rna_gpencil_modifier.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_gpencil_modifier.c b/source/blender/makesrna/intern/rna_gpencil_modifier.c
index d192d1d1b88..bf69fe80638 100644
--- a/source/blender/makesrna/intern/rna_gpencil_modifier.c
+++ b/source/blender/makesrna/intern/rna_gpencil_modifier.c
@@ -135,7 +135,6 @@ const EnumPropertyItem rna_enum_object_greasepencil_modifier_type_items[] = {
      "Texture",
      "Change stroke uv texture values"},
     {0, NULL, 0, NULL, NULL},
-
 };
 
 #ifndef RNA_RUNTIME



More information about the Bf-blender-cvs mailing list