summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/nl_brace_brace.cpp
blob: b698546aec848b7fb3f2e4d6e22cd7739019fda7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

SHOW_VAR status_vars[]= { { "Aborted_clients", (char *)&aborted_threads,
SHOW_LONGLONG, } };

SHOW_VAR status_vars[]= 
{ 
{ "Aborted_clients", (char *)&aborted_threads,
SHOW_LONGLONG, } 
};

SHOW_VAR status_vars[]= 
{ 
{ 
"Aborted_clients", (char *)&aborted_threads,
SHOW_LONGLONG, 
} 
};