summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cpp/33001-tab-1.cpp
blob: 85d8abe2eab2a9bc6ef6278ab42a425ae40b0962 (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;
}