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

#ifndef QUICK_ALIGN_AGAIN_H_INCLUDED
#define QUICK_ALIGN_AGAIN_H_INCLUDED

#include "uncrustify_types.h"

void quick_align_again(void);

#endif /* QUICK_ALIGN_AGAIN_H_INCLUDED */