From a3fac84c733f2bf0837dd2719199ee9b76bb7b36 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 5 Aug 2014 13:36:35 +1000 Subject: Cleanup: indentation --- .../blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/freestyle/intern/python/Interface0D') diff --git a/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp b/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp index 7239b1b4a7b..1ef29792d56 100644 --- a/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp +++ b/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp @@ -186,9 +186,9 @@ PyDoc_STRVAR(CurvePoint_fedge_doc, static PyObject *CurvePoint_fedge_get(BPy_CurvePoint *self, void *UNUSED(closure)) { - SVertex *A = self->cp->A(); - Interface0D *B = (Interface0D *)self->cp->B(); - return Any_BPy_Interface1D_from_Interface1D(*(A->getFEdge(*B))); + SVertex *A = self->cp->A(); + Interface0D *B = (Interface0D *)self->cp->B(); + return Any_BPy_Interface1D_from_Interface1D(*(A->getFEdge(*B))); } PyDoc_STRVAR(CurvePoint_t2d_doc, -- cgit v1.2.3