summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/cli/output/tracking_space.html
blob: b0098a0e982cc4b1ff7c3e3818a8df707f588155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
   <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
   <title>Uncrustify: where do the Spaces options work</title>
</head>
<body lang="en-US">
<p>
</p>
<pre>
{
   a = b + 111 - 55;
}
template<typename ...A, int... B>
struct foo1 : foo1<A..., (sizeof...(A) + B)...>
{
   foo1() {
      int x = sizeof...(A);
      bool b = x > 1;
   }
};
</pre>
</body>
</html>