diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/brace_cleanup.h')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/brace_cleanup.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/brace_cleanup.h b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/brace_cleanup.h deleted file mode 100644 index cf113417..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/brace_cleanup.h +++ /dev/null @@ -1,22 +0,0 @@ -/** - * @file brace_cleanup.h - * prototypes for brace_cleanup.c - * - * @author Ben Gardner - * @license GPL v2+ - */ -#ifndef BRACE_CLEANUP_H_INCLUDED -#define BRACE_CLEANUP_H_INCLUDED - -#include "uncrustify_types.h" -// necessary to not sort -#include "ParseFrame.h" - -/** - * Scans through the whole list and does stuff. - * It has to do some tricks to parse preprocessors. - */ -void brace_cleanup(void); - - -#endif /* BRACE_CLEANUP_H_INCLUDED */ |