Hi, is this a bug?
*#include <vector>* *using namespace std;* *int main(int argc, char **argv)* *{* * vector < vector < double > >vv_dbl;* *}* *then* $indent -kr -ci2 -cli2 -i2 -l80 -nut foo.cpp *results* in #include <vector> using namespace std; int main(int argc, char **argv) { vector < vector < double *>>*vv_dbl; } Sincerely, mr blue _______________________________________________ bug-indent mailing list bug-indent@gnu.org https://lists.gnu.org/mailman/listinfo/bug-indent