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

#include "uncrustify_types.h"


void align_all();

#endif /* ALIGN_H_INCLUDED */