diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-21 23:49:44 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-21 23:49:44 +0000 |
commit | 2843b8e3a7eb0bdc75028ab893830c7db4e2638b (patch) | |
tree | 1a5db99e3df9b2996bf26ef416a68fc72893a3ba | |
parent | 600ae734cf3d0ca5274086b897f1ebaf20cf9d20 (diff) | |
parent | 79dc37f00a3a12500c1d042e0dec42ae253ee995 (diff) | |
download | micropython-2843b8e3a7eb0bdc75028ab893830c7db4e2638b.tar.gz micropython-2843b8e3a7eb0bdc75028ab893830c7db4e2638b.zip |
Merge branch 'master' of github.com:micropython/micropython
-rw-r--r-- | py/makeqstrdata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/makeqstrdata.py b/py/makeqstrdata.py index 4e74ea8419..c4b7be42e7 100644 --- a/py/makeqstrdata.py +++ b/py/makeqstrdata.py @@ -40,7 +40,7 @@ def do_work(infiles): # process the qstrs, printing out the generated C header file print('// This file was automatically generated by makeqstrdata.py') - print() + print('') for qstr in qstrs: qhash = compute_hash(qstr) qlen = len(qstr) |