summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/i2033.cpp
blob: fd27cf6daa69e4bbdb5c852be9d881444658fcc8 (plain)
1
2
3
4
5
6
7
/* *INDENT-OFF* */
enum E_SUNSENSOR {
    EXAMPLE1,
    EXAMPLE2,
    SN005
};
/* *INDENT-ON* */