summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/src/width.h
blob: 3c5ad0b0a144bc2512f194309982cfab54104111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 * @file width.h
 * prototypes for width.c
 *
 * @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(void);


#endif /* WIDTH_H_INCLUDED */