diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/width.h')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/width.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/width.h b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/width.h deleted file mode 100644 index f418fb23..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/width.h +++ /dev/null @@ -1,21 +0,0 @@ -/** - * @file width.h - * prototypes for width.cpp - * - * @author Ben Gardner - * @license GPL v2+ - */ -#ifndef WIDTH_H_INCLUDED -#define WIDTH_H_INCLUDED - -#include "uncrustify_types.h" - - -/** - * Step forward until a token goes beyond the limit and then call split_line() - * to split the line at or before that point. - */ -void do_code_width(); - - -#endif /* WIDTH_H_INCLUDED */ |