From ccede29816e644767690c19a14080e883e015dd2 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Mon, 4 Aug 2003 23:34:02 +0000 Subject: [PATCH] added missing line feed at end of source [SVN r19447] --- test/vector_indexing_suite.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/vector_indexing_suite.cpp b/test/vector_indexing_suite.cpp index 3e78aeae..63846b68 100644 --- a/test/vector_indexing_suite.cpp +++ b/test/vector_indexing_suite.cpp @@ -38,4 +38,5 @@ BOOST_PYTHON_MODULE(vector_indexing_suite_ext) class_ >("XVec") .def(vector_indexing_suite >()) ; -} \ No newline at end of file +} +