Fix no newline warning.

This commit is contained in:
Gael Guennebaud 2013-02-26 10:27:55 +01:00
parent b6dc2613ac
commit 5108ef01fc

View File

@ -79,4 +79,4 @@ void test_sparseqr()
CALL_SUBTEST_1(test_sparseqr_scalar<double>());
CALL_SUBTEST_2(test_sparseqr_scalar<std::complex<double> >());
}
}
}