style cleanup
This commit is contained in:
@@ -326,7 +326,7 @@ void CIntValue::SetValue(CValue* newval)
|
||||
|
||||
|
||||
#ifdef WITH_PYTHON
|
||||
PyObject* CIntValue::ConvertValueToPython()
|
||||
PyObject *CIntValue::ConvertValueToPython()
|
||||
{
|
||||
if ((m_int > INT_MIN) && (m_int < INT_MAX))
|
||||
return PyLong_FromSsize_t(m_int);
|
||||
|
||||
Reference in New Issue
Block a user