Commit 99456781 authored by Xavier Thompson's avatar Xavier Thompson

Fix trailing whitespaces

parent 97474dca
...@@ -1654,7 +1654,7 @@ class CppClassNode(CStructOrUnionDefNode, BlockNode): ...@@ -1654,7 +1654,7 @@ class CppClassNode(CStructOrUnionDefNode, BlockNode):
cfunc_type = cfunc_method.type cfunc_type = cfunc_method.type
cfunc_return_type = cfunc_type.return_type cfunc_return_type = cfunc_type.return_type
# > TODO: the Python-incompatibility is too conservative: # > TODO: the Python-incompatibility is too conservative:
# some types have not yet resolved that they can coerce to PyObject # some types have not yet resolved that they can coerce to PyObject
# in particular, any cypclass not yet examined ? # in particular, any cypclass not yet examined ?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment