summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34108-bug_i_666.cpp
blob: 212a8656ab45d5494ff5c4166abfcbcc9f87d9e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
bool test()
{
	if ( true )
	{
		i = 10;
	}
	else
		if ( true )
		{
			i = 10;
		}
}