From 40d4a4cb1a6b4c3c2a486e8f2868f547530e0811 Mon Sep 17 00:00:00 2001 From: Ankit Meel Date: Sat, 7 Nov 2020 18:37:57 +0530 Subject: Cleanup: Clang-format. --- source/blender/freestyle/intern/stroke/Curve.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/freestyle') diff --git a/source/blender/freestyle/intern/stroke/Curve.cpp b/source/blender/freestyle/intern/stroke/Curve.cpp index 95a6b2b3e57..c3dac81477d 100644 --- a/source/blender/freestyle/intern/stroke/Curve.cpp +++ b/source/blender/freestyle/intern/stroke/Curve.cpp @@ -70,8 +70,8 @@ CurvePoint::CurvePoint(CurvePoint *iA, CurvePoint *iB, float t3) __B = nullptr; float t1 = iA->t2d(); float t2 = iB->t2d(); - if ((iA->A() == iB->A()) && (iA->B() == iB->B()) && (iA->A() != nullptr) && (iA->B() != nullptr) && - (iB->A() != nullptr) && (iB->B() != nullptr)) { + if ((iA->A() == iB->A()) && (iA->B() == iB->B()) && (iA->A() != nullptr) && + (iA->B() != nullptr) && (iB->A() != nullptr) && (iB->B() != nullptr)) { __A = iA->A(); __B = iB->B(); _t2d = t1 + t2 * t3 - t1 * t3; -- cgit v1.2.3