summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30292-eigen.cpp
blob: aa43434a96eb90f940835c47e0a50c63b597ba30 (plain)
1
2
3
4
5
6
7
void foo()
{
    transform << 0, 1, 0, 0,
                 1, 0, 0, 0,
                 0, 0, 1, 0,
                 0, 0, 0, 1;
}