summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/33000-tab-0.cpp
blob: d9ff04180b6a0eeabfdc96b620c308dc4ed73b64 (plain)
1
2
3
4
5
6
7
8
9
/* test of
 * indent_with_tabs = 0
 * indent_columns   = 11
 * the source has many <TAB>
 */
{
           int a;
           int b;
}