1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 12:08:59 +00:00

whitespace

This commit is contained in:
Josh Billings 2015-07-06 12:48:11 -04:00
parent d2120d6da1
commit cb0b5169c5
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
cimport c
cimport cython
cdef class HDNode:
cdef c.HDNode node

View File

@ -5,7 +5,7 @@ from Cython.Build import cythonize
from Cython.Distutils import build_ext
srcs = [
'nist256p1',
'nist256p1',
'base58',
'bignum',
'bip32',