aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Mark Borgerding <mark@borgerding.net>2009-12-01 17:37:33 -0500
committerGravatar Mark Borgerding <mark@borgerding.net>2009-12-01 17:37:33 -0500
commit8fce0b54595964e470334f757e2ee81b6562a0f9 (patch)
tree1957df75d18c22eaec3f4598e885c62f40dc7db2 /test
parent66534b782c243f8a9a6c392674fa6e1706e7e822 (diff)
added newline at the end of file to quiet gcc warning
Diffstat (limited to 'test')
-rw-r--r--test/main.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/main.h b/test/main.h
index 3ae573c1e..3fded75c8 100644
--- a/test/main.h
+++ b/test/main.h
@@ -452,4 +452,5 @@ int main(int argc, char *argv[])
EIGEN_CAT(test_,EIGEN_TEST_FUNC)();
return 0;
-} \ No newline at end of file
+}
+