summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cs/60013-UNI-13955.cs
blob: 940aa89bf1e120f3a7d1c04d038d83d79bf5571a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if (m_Preview.GetExpanded())
{
    m_EventSearchString = EditorGUI.TextField(searchRect, m_EventSearchString, Styles.toolbarSearchField);
    if (GUILayout.Button(
        GUIContent.none,
        m_EventSearchString == string.Empty ? Styles.toolbarSearchFieldCancelEmpty : Styles.toolbarSearchFieldCancel))
    {
    }
}

// The closing parenthesis is being indented twice.
bool success = GenerateSecondaryUVSet(
    &mesh.vertices[0].x, mesh.vertices.size(),
    &triUV[0].x, &triList[0], triSrcPoly.size() ? &triSrcPoly[0] : 0, triCount,
    &outUV[0].x, param, errorBuffer, bufferSize
);