summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/align_same_func_call_params.h
blob: d308b0b5f49aa7ea66ca232387c01bf495d261ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/**
 * @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();

#endif /* ALIGN_SAME_FUNC_CALL_PARAMS_H_INCLUDED */