summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cs/10001-getset.cs
blob: 756170b69dd779b40f9240522ae31975bdeb3a2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
public bool Enabled
{
        get
        {
                return enabled;
        }
}


public bool Enabled
{
        get
        {
                return enabled;
        }
}