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