Cleanup: format

This commit is contained in:
2022-09-07 15:14:31 +10:00
parent 124655547c
commit 7c52f18f15
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later # SPDX-License-Identifier: GPL-2.0-or-later
from bpy.types import Operator from bpy.types import Operator
from mathutils import Matrix,Vector from mathutils import Matrix, Vector
import math import math

View File

@@ -29,7 +29,7 @@ extern "C" {
struct BVHTree; struct BVHTree;
struct MDeformVert; struct MDeformVert;
struct Mesh; struct Mesh;
struct ModifierEvalContext; struct ModifierEvalContext;
struct MPoly; struct MPoly;
struct Object; struct Object;
struct ShrinkwrapGpencilModifierData; struct ShrinkwrapGpencilModifierData;