summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/33032-bug_670.cpp
blob: 0ede02f20b7d9a5027596d75a0badd54d3442fec (plain)
1
2
3
4
5
6
7
8
// 3456789=123456789=123456789=123456789=123456789=123456789=12
std::map<int, std::string>
FOO::foo(
        int         key,
        std::string value )
{
    return std::map<int, std::string>( key, value );
}