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