summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/for_long.cpp
blob: 7685f6141584852528366ae81497b0406db86678 (plain)
1
2
3
4
5
6
7
8
void foo()
{
for(std::map<std::string, std::string>::iterator it=m_stat_http_conn_total.m_stat_response_codes.begin(); it!=m_stat_http_conn_total.m_stat_response_codes.end(); ++i) 
{
bar(it);
}
}