Commit c759fab3 authored by Phil Austin's avatar Phil Austin

formatting tweaks

parent 5d2dc47e
......@@ -7,6 +7,7 @@ test: all
python run_spam.py
python integrate_timing.py
cd callback; $(MAKE) test
cd embed; $(MAKE) test
clean:
@echo Cleaning Demos
......
......@@ -10,6 +10,5 @@ def find(f):
find_cheeses(callback, <void*>f)
cdef void callback(char *name, void *f):
the_name = <bytes> name
(<object>f)(the_name.decode('utf-8'))
(<object>f)(name.decode('utf-8'))
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