summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/c/02504-align_keep_extra.c
blob: 985f428cb6756892c8d063c39d07255516c37f59 (plain)
1
2
3
4
5
void f()
{
	int    x     = 3;
	int    b     = 4;
}