2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

fix tabs and line-endings

[SVN r13774]
This commit is contained in:
Dave Abrahams
2002-05-09 14:24:57 +00:00
parent 2d522de701
commit 5956d3ec77
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
// (C) Copyright David Abrahams 2000. Permission to copy, use, modify, sell and
// (C) Copyright David Abrahams 2000. Permission to copy, use, modify, sell and
// distribute this software is granted provided this copyright notice appears
// in all copies. This software is provided "as is" without express or implied
// warranty, and with no claim as to its suitability for any purpose.
@@ -50,7 +50,7 @@ module_builder_base::add(detail::function* x, const char* name)
void module_builder_base::add(ref x, const char* name)
{
PyObject* dictionary = PyModule_GetDict(m_module);
PyObject* dictionary = PyModule_GetDict(m_module);
PyDict_SetItemString(dictionary, const_cast<char*>(name), x.get());
}