summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/60002-UNI-16283.cpp
blob: 7f042642b5ce3b0af953fe25891c1217f787eb48 (plain)
1
2
3
4
5
// It is deleting the space after the pointer marker
void foo()
{
    extern void BillboardRenderer_RenderMultiple(const RenderBatchedData& renderData, ShaderChannelMask channels);
}