summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/34136-sp_balance_nested_parens.cpp
blob: 0a6635d09dfde6c6ee52aa96f75b6a693e26909d (plain)
1
2
3
4
5
6
void MainWindow::createView()
{
        a = B( (c) + (d) );
        a = B( (c) + (d) );
        a = B( (c) + (d) );
}