added newline at the end of file to quiet gcc warning

This commit is contained in:
Mark Borgerding 2009-12-01 17:37:33 -05:00
parent 66534b782c
commit 8fce0b5459

View File

@ -452,4 +452,5 @@ int main(int argc, char *argv[])
EIGEN_CAT(test_,EIGEN_TEST_FUNC)();
return 0;
}
}