summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/indent_var_def.cpp
blob: 394cfb63503850b07f231c4b85fd5ac4f4c1a1c5 (plain)
1
2
3
4
5
6
7
void function(){
int n;
float f;
anotherFunction();
char foo;
somethingelse();
}