summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/34301-nl_fdef_brace_cond-f.cpp
blob: 05aaf7c8636670dfee6425cfdb709669ed531166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
void f()
{
}
void f()
{
}

void f()const
{
}
void f()const
{
}

void f()noexcept()
{
}
void f()noexcept()
{
}

void f()/**/
{
}
void f()/**/
{
}
void f()//
{
}