1 /**
2  * @file quick_align_again.h
3  *
4  * @author  Guy Maurel
5  * split from align.cpp
6  * @author  Ben Gardner
7  * @license GPL v2+
8  */
9 
10 #ifndef QUICK_ALIGN_AGAIN_H_INCLUDED
11 #define QUICK_ALIGN_AGAIN_H_INCLUDED
12 
13 #include "uncrustify_types.h"
14 
15 void quick_align_again(void);
16 
17 #endif /* QUICK_ALIGN_AGAIN_H_INCLUDED */
18