From 5108ef01fc00e31e2f82496be44fa0d003b11778 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 26 Feb 2013 10:27:55 +0100 Subject: [PATCH] Fix no newline warning. --- test/sparseqr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sparseqr.cpp b/test/sparseqr.cpp index 0a5cd5369..66c7c005e 100644 --- a/test/sparseqr.cpp +++ b/test/sparseqr.cpp @@ -79,4 +79,4 @@ void test_sparseqr() CALL_SUBTEST_1(test_sparseqr_scalar()); CALL_SUBTEST_2(test_sparseqr_scalar >()); } -} \ No newline at end of file +}