style cleanup
This commit is contained in:
@@ -205,7 +205,7 @@ CValue* CBoolValue::GetReplica()
|
||||
}
|
||||
|
||||
#ifdef WITH_PYTHON
|
||||
PyObject* CBoolValue::ConvertValueToPython()
|
||||
PyObject *CBoolValue::ConvertValueToPython()
|
||||
{
|
||||
return PyBool_FromLong(m_bool != 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user