summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/34193-i1218.cpp
blob: d4d0510628eddad0f730b679a2f71ebb5f959304 (plain)
1
2
3
4
5
6
7
8
// Do not add a new line because of the vbrace close that is above col 25
// after return 1;
int main()
{
	if(1)
		return 1;
	return 0;
}