diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/braces.h')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/braces.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/braces.h b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/braces.h deleted file mode 100644 index 604cb1c1..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/braces.h +++ /dev/null @@ -1,32 +0,0 @@ -/** - * @file braces.h - * prototypes for braces.c - * - * @author Ben Gardner - * @license GPL v2+ - */ -#ifndef BRACES_H_INCLUDED -#define BRACES_H_INCLUDED - -#include "uncrustify_types.h" - - -//! Change virtual braces into real braces -void do_braces(void); - -/** - * See the preprocessor counterpart: - * add_long_preprocessor_conditional_block_comment - * in output.cpp - */ -void add_long_closebrace_comment(void); - - -/** - * Adds a comment after the ref chunk - * Returns the added chunk or nullptr - */ -chunk_t *insert_comment_after(chunk_t *ref, c_token_t cmt_type, const unc_text &cmt_text); - - -#endif /* BRACES_H_INCLUDED */ |