* Whitespace

This commit is contained in:
Matthew Honnibal 2015-08-08 23:35:59 +02:00
parent 7bafc789e7
commit 2a46c77324
1 changed files with 1 additions and 1 deletions

View File

@ -47,6 +47,6 @@ cdef class TransitionSystem:
cdef Transition init_transition(self, int clas, int move, int label) except *
cdef int set_valid(self, int* output, StateClass state) nogil
cdef int set_costs(self, int* is_valid, int* costs,
StateClass state, GoldParse gold) except -1