summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/enum_cleanup.h
blob: 3853c8eac93389b75e617829663f689698df50a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * @file enum_cleanup.h
 *
 * @author  Guy Maurel Juli 2018
 * @license GPL v2+
 */
#ifndef ENUM_CLEANUP_H_INCLUDED
#define ENUM_CLEANUP_H_INCLUDED

/**
 * Scans through the whole list and does stuff.
 * works on the last comma withing enum
 */
void enum_cleanup(void);

#endif /* ENUM_CLEANUP_H_INCLUDED */