summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/ifcomment.cpp
blob: 52f508f656689e5b36c812f5811be3b2d2dfa8a6 (plain)
1
2
3
4
5
6
7
if (true)				// indent_relative_single_line_comments = false
	return;
if ( foo ) { // true
	bar(1);  // action 1
} else {     // false
	bar(2);  // action 2
}