summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/30082-Issue_931.cpp
blob: 76a6b85644a6dca617ce82a8ea917ffdf32c230c (plain)
1
2
3
4
5
6
7
//we manually indented continuation here to prevent 'reallyLongArgumentName' from crossing
//our line length limit
void ReallyLongClassName::ReallyLongMethondName(int arg1,
        int reallyLongArgumentName)

void LongClassName::LongMethondName(int arg1,
                                    int reallyLongArgumentName)