summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/cs/UNI-1343.cs
blob: 852fe64039e07fa33958cbce1db405ea975362ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Need to...

// * Deal with the newline-after-opening and brace arrangement thing (eat_blanks_after_open_brace etc - see note in Uncrustify.Cpp.cfg)
// * Terminate with //namespace if greater than x lines (like with #ifdef)

namespace Unity
{
    public static void foo1()
    {

    }

    public static void foo2()
    {
        
    }

    public static void foo3()
    {
        
    }
}