summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/align_eigen_comma_init.h
blob: 6647f030bc569c77e1cfe550787a1e86863f44de (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();

#endif /* ALIGN_EIGEN_COMMA_INIT_H_INCLUDED */