summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3919.cpp
blob: 611ce2e138ceac22c331fca627c63b6fa9012a34 (plain)
1
2
3
4
5
void Test
{
    //<-- Here we want a space after //
    DoSomething();   //-V612 : warning #612 disabled.
}