summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/31700-toggle_processing_cmt.cpp
blob: 80812f5c3465dbaef1120fd93811c7165acf75e6 (plain)
1
2
3
4
5
6
7
8
9
void func() {
}

// **ABC**
void func() { }
// *INDENT-ON*

void func() {
}