summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/cpp/toggle_processing_cmt.cpp
blob: 304f0eae50860f61c2ac40f4c0c7f81c78ae844a (plain)
1
2
3
4
5
6
7
void func() { }

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

void func() { }