summaryrefslogtreecommitdiffstats
path: root/src/tools/pg_bsd_indent/tests/enum.0
blob: 15057dc4643d9182032c528f8422e09413589be3 (plain)
1
2
3
4
5
6
typedef enum
{
PREWARM_PREFETCH,				/* comment */
PREWARM_READ,					/* more comment */
PREWARM_BUFFER					/* more comment */
} PrewarmType;