summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/30930-indent_var_def.cpp
blob: 5b3ee4e2fd7d6d462384a9be78cfe54a50f19921 (plain)
1
2
3
4
5
6
7
8
9
10
void function()
{
int   n;
float f;

   anotherFunction();
   char foo;

   somethingelse();
}