summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/c/00108-bugs-8.c
blob: 0eae4dff917935fc54b661729b5751838ca6357b (plain)
1
2
3
4
5
6
7

void foo(void)
{
   p[0].x = x + (rx * cos(rs));
   p[0].y = y - (ry * sin(rs));
}