2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 04:42:28 +00:00

added missing line feed at end of source

[SVN r19447]
This commit is contained in:
Joel de Guzman
2003-08-04 23:34:02 +00:00
parent b55b7e2f7b
commit ccede29816

View File

@@ -38,4 +38,5 @@ BOOST_PYTHON_MODULE(vector_indexing_suite_ext)
class_<std::vector<X> >("XVec")
.def(vector_indexing_suite<std::vector<X> >())
;
}
}