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