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, 21 insertions, 0 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 new file mode 100644 index 00000000..f418fb23 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/width.h @@ -0,0 +1,21 @@ +/** + * @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 */ |