summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/src/align_add.h
blob: 07f1efee533ac7678baa77148f27383c59193722 (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_list.h"
#include "ChunkStack.h"

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

#endif /* ALIGN_ADD_H_INCLUDED */