summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/tab-1.cpp
blob: dc7a65c4d151b088c12eb0ccad72cc9ad52ff791 (plain)
1
2
3
4
5
6
7
8
9
/* test of
 * indent_with_tabs = 1
 * indent_columns   = 11
 * the source has NO <TAB>
 */
{
        int x;
           int y;
}