summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_preprocessor.h
blob: 1095c94efd26e98b54af2cd22e4d16b602d79001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * @file align_preprocessor.h
 *
 * @author  Guy Maurel
 * split from align.cpp
 * @author  Ben Gardner
 * @license GPL v2+
 */

#ifndef ALIGN_PREPROCESSOR_H_INCLUDED
#define ALIGN_PREPROCESSOR_H_INCLUDED

#include "uncrustify_types.h"

//! Scans the whole file for #defines. Aligns all within X lines of each other
void align_preprocessor();

#endif /* ALIGN_PREPROCESSOR_H_INCLUDED */