summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/src/align.h
blob: 110a2c8649e3fe4dcef406b2117cd01ac57b0f10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * @file align.h
 * prototypes for align.c
 *
 * @author  Ben Gardner
 * @license GPL v2+
 */
#ifndef ALIGN_H_INCLUDED
#define ALIGN_H_INCLUDED

#include "uncrustify_types.h"


void align_all(void);

#endif /* ALIGN_H_INCLUDED */