summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/src/align_eigen_comma_init.h
blob: 8f8ce34b571e48adefac11dbddf430fec2d45408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * @file align_left_shift.h
 *
 * @author  Matthew Woehlke
 * @license GPL v2+
 */

#ifndef ALIGN_EIGEN_COMMA_INIT_H_INCLUDED
#define ALIGN_EIGEN_COMMA_INIT_H_INCLUDED

//! Align comma-separated expressions following left shift operator '<<'
void align_eigen_comma_init(void);

#endif /* ALIGN_EIGEN_COMMA_INIT_H_INCLUDED */