summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/34304-nl_fdef_brace_cond-rf.cpp
blob: 078e070a11fe3222b2bc0a0a32d37850b3332d25 (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
void f()
{
}
void f()
{
}

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

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

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