* Fix whitespace

This commit is contained in:
Matthew Honnibal 2015-11-07 05:31:06 +11:00
parent 01ab464383
commit 2733816b7b

View File

@ -48,7 +48,7 @@ cdef class StateClass:
return 0
if i < 0 or i >= self.length:
return 0
self._ents[self._e_i - (i+1)].start
self._ents[self._e_i - (i+1)].start
cdef int L(self, int i, int idx) nogil:
if idx < 1: