~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_simple_set_pyx.pxd

  • Committer: Patrick Regan
  • Date: 2009-12-02 20:34:07 UTC
  • mto: (4852.3.3 2.1.0b4-doc-updates)
  • mto: This revision was merged to the branch mainline in revision 4856.
  • Revision ID: patrick.rubbs.regan@gmail.com-20091202203407-fjd0mshgn3j3foel
Removed trailing whitespace from files in doc directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
cdef api int SimpleSet_Discard(object self, object key) except -1
89
89
cdef api PyObject *SimpleSet_Get(SimpleSet self, object key) except? NULL
90
90
cdef api Py_ssize_t SimpleSet_Size(object self) except -1
91
 
cdef api int SimpleSet_Next(object self, Py_ssize_t *pos, PyObject **key) except -1
 
91
cdef api int SimpleSet_Next(object self, Py_ssize_t *pos, PyObject **key)