summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/c/00144-align-proto-vars.c
blob: c7bf60811eb6565965c0af1d0b79d2637c129e6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
int doStuff(int   i,
            float f);

int doStuff(int   i,
            float f);


MACRO_MODIFIER int doStuff(int   i,
                           float f);

typedef void (*my_callback)(int  id,
                            void *context);