summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/src/parens.h
blob: c0433f9291f88262d4179c16ac40f49bd9e76153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * @file parens.h
 * prototypes for parens.c
 *
 * @author  Ben Gardner
 * @license GPL v2+
 */
#ifndef PARENS_H_INCLUDED
#define PARENS_H_INCLUDED

#include "uncrustify_types.h"


//! add parenthesis
void do_parens(void);


#endif /* PARENS_H_INCLUDED */