2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 17:32:55 +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

@@ -364,7 +364,7 @@ PyObject* instance::getattr(const char* name, bool use_special_function)
if (PyEval_GetRestricted()) {
PyErr_SetString(PyExc_RuntimeError,
"instance.__dict__ not accessible in restricted mode");
return 0;
return 0;
}
Py_INCREF(m_name_space.get());
return m_name_space.get();