DEBSOURCES
Skip Quicknav
sources / uncrustify / 0.68.1%2Bdfsg1-2 / tests / expected / cpp / 30930-indent_var_def.cpp
123456789
void function() { int n; float f; anotherFunction(); char foo; somethingelse(); }