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

#ifndef ALIGN_SAME_FUNC_CALL_PARAMS_H_INCLUDED
#define ALIGN_SAME_FUNC_CALL_PARAMS_H_INCLUDED

#include "ChunkStack.h"
#include <deque>

using namespace std;

void align_params(Chunk *start, deque<Chunk *> &chunks);

void align_same_func_call_params(void);

#endif /* ALIGN_SAME_FUNC_CALL_PARAMS_H_INCLUDED */