summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/src/width.h
blob: 73df45e1211416770665660631ea73761887efe1 (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();


#endif /* WIDTH_H_INCLUDED */