summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/pragma_cleanup.h
blob: 47a3a03da532f0a3ba93031f4060dd706ae64149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * @file pragma_cleanup.h
 *
 * @author  Guy Maurel
 * @license GPL v2+
 */

#ifndef PRAGMA_CLEANUP_H_INCLUDED
#define PRAGMA_CLEANUP_H_INCLUDED


// cleanup the pagma line(s)
void pragma_cleanup();


#endif /* PRAGMA_CLEANUP_H_INCLUDED */