summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/33016-indent.cpp
blob: 22d04a78b33c35adaea3629c8088cf1efbbdf70a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
int a ()
{
  double a_very_long_variable = test (foobar1,
       foobar5);
//3456789=123456789=123456789=123456789=

  double a_other_very_long = asdfasdfasdfasdfasdf + asdfasfafasdfa +
       asdfasdfasdf - asdfasdf + 56598;
//3456789=123456789=123456789=123456789=

  a_other_very_long = asdfasdfasdfasdfasdf + asdfasfafasdfa +
       asdfasdfasdf - asdfasdf + 56598;
//3456789=123456789=123456789=123456789=

  testadsfa (dfasdf,
       aaafsdfa);
//3456789=123456789=123456789=123456789=

  return 0;
}