summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/34303-nl_fdef_brace_cond-fr.cpp
blob: e498a669a7b207acc2ee4b14e464b95fea02b14d (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
void f(){
}
void f(){
}

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

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

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