Skip to content

Commit 7a996b1

Browse files
committed
Fix malformed generated file when using python 2.7
1 parent d51cfd1 commit 7a996b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/makeqstrdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def do_work(infiles):
4040

4141
# process the qstrs, printing out the generated C header file
4242
print('// This file was automatically generated by makeqstrdata.py')
43-
print()
43+
print('')
4444
for qstr in qstrs:
4545
qhash = compute_hash(qstr)
4646
qlen = len(qstr)

0 commit comments

Comments
 (0)