You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
325 B

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