summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30218-Issue_3710.cpp
blob: b8e5b4212518245acff436ac20b33313893b9363 (plain)
1
2
3
4
void foo()
{
	PyErr_SetString( PyExc_KeyError, sstr.str().c_str() );
}