summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cs/UNI-12303.cs
blob: 01be82912166012377b82027c7f43c251f1b3aa3 (plain)
1
2
3
4
//This gets a double indentation
devicePositions[device] = rect = new Rect(
    Vector2.Lerp(rect.position, target.position, 0.1f),
    Vector2.Lerp(rect.size, target.size, 0.1f));