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 */