summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/cpp/indent_paren_after_func_decl.cpp
blob: ff8c3e4438912f2ba558c4801bc592299f0dad64 (plain)
1
2
3
4
5
6
7
8
class SomeClass {
public:
void SomeFunction
(
    int const aTest,
    int const aResult
);
}