diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.74.0/src/parens.h')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.74.0/src/parens.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/src/parens.h b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/src/parens.h deleted file mode 100644 index c0433f92..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/src/parens.h +++ /dev/null @@ -1,18 +0,0 @@ -/** - * @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 */ |