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

#ifndef ALIGN_ADD_H_INCLUDED
#define ALIGN_ADD_H_INCLUDED

#include "chunk.h"
#include "ChunkStack.h"

void align_add(ChunkStack &cs, Chunk *pc, size_t &max_col);

#endif /* ALIGN_ADD_H_INCLUDED */